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

List Task Fields

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

get

Get all field values for a task

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

Task field values

application/json

Task field values

okboolean · enumRequiredPossible values:
get/projects/{projectId}/tasks/{taskId}/fields

Last updated

Was this helpful?