Documentation Index
Fetch the complete documentation index at: https://learninghub.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Basic Parameters
| Parameter | Description |
|---|
| Team ID | The ID of the team (Workspace team type). |
Advanced Parameters
| Parameter | Description |
|---|
| Archived | Get archived spaces. |
Example Output
{ "spaces": [ { "id": "790", "name": "Updated Space Name", "private": false, "color": null, "avatar": "https://attachments.clickup.com/profilePictures/12312312_HoB.jpg", "admin_can_manage": true, "archived": false, "members": [ { "user": { "id": "12312312,", "username": "John Jones,", "color": null, "profilePicture": "https://attachments.clickup.com/profilePictures/12312312_HoB.jpg,", "initials": "JJ" } } ], "statuses": [ { "status": "to do", "type": "open", "orderindex": 0, "color": "#d3d3d3" }, { "status": "complete", "type": "closed", "orderindex": 1, "color": "#6bc950" } ], "multiple_assignees": false, "features": { "due_dates": {}, "time_tracking": {}, "tags": {}, "time_estimates": {}, "checklists": {}, "custom_fields": {}, "remap_dependencies": {}, "dependency_warning": {}, "portfolios": {} } }, { "id": "791", "name": "Second Space Name", "private": false, "statuses": [], "multiple_assignees": true, "features": {} } ]}
Workflow Library Example
List Spaces with Clickup and Send Results Via Email