Get Task
Tasks
Get Task
Retrieve a single task by ID
GET
Get Task
Request
Path Parameters
The task’s unique ID (UUID)
Headers
Requires an API key with the
activities:read permission.Response
Example Response
Errors
| Status | Code | Description |
|---|---|---|
| 401 | invalid_key | Invalid or expired API key |
| 403 | insufficient_permissions | Missing activities:read permission |
| 404 | task_not_found | No task with this ID in your workspace |
| 429 | rate_limited | Rate limit exceeded |