For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Task

Get Task — Taskade REST API v1 reference: GET /projects/{projectId}/tasks/{taskId}. Parameters, authentication, and response schema.

get

Get task with id

Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
projectIdstringRequired
taskIdstringRequired
Responses
200

Task

application/json

Task

okbooleanRequired
get/projects/{projectId}/tasks/{taskId}

Last updated

Was this helpful?