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

Get Task Field

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

get

Get the field value of a task

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

Task field value

application/json

Task field value

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

Last updated

Was this helpful?