Get task statuses
GET/projects/:project_id/tasks
Returns the status of one or more tasks. At least one task_id query parameter is required. Maximum 50 tasks can be queried at once.
Request
Responses
- 200
- 400
- 401
- 405
- 429
OK
The request is invalid.
The API key header is either missing or an invalid API key is given
The requested HTTP method is not allowed.
Too many requests sent with the same API key. Up to 10 requests can be sent within 1 second.