Get Project Tasks
get
Get all tasks for a project
Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
projectIdstringRequired
Query parameters
limitnumberOptionalDefault:
100afterstring Β· uuidOptional
Parameter for cursor-based pagination. Specify task ID to get tasks after it. Do not specify both before and after.
beforestring Β· uuidOptional
Parameter for cursor-based pagination. Specify task ID to get tasks before it. Do not specify both before and after.
Responses
200
Tasks
application/json
4XX
Error description
application/json
get
/projects/{projectId}/tasksLast updated