Get Project Block
Get Project Block — Taskade REST API v1 reference: GET /projects/{projectId}/blocks. Parameters, authentication, and response schema.
get
Get all blocks for a project
Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
projectIdstringRequired
Query parameters
limitnumberOptionalDefault:
100afterstringOptional
Parameter for cursor-based pagination. Specify block ID to get blocks after it. Do not specify both before and after.
beforestringOptional
Parameter for cursor-based pagination. Specify block ID to get blocks before it. Do not specify both before and after.
Responses
200
Blocks
application/json
Blocks
okboolean · enumRequiredPossible values:
4XX
Error description
application/json
get/projects/{projectId}/blocks
Last updated
Was this helpful?