ProjectsTasksTask
GET Retrieve task
Retrieve a single existing task. The source markdown documents this endpoint under /api/v1/project/task and requires the standard /api/v1 authentication headers plus the record-id header containing the target task ID from the tasks list response.
GET
/project/taskAuthorization
api-auth<api-auth>
api-token<UUID>
api-secret<api-secret>
record-id<ID>
Use the standard /api/v1 headers together with record-id.
record-id is the task ID. You can get it from the GET /api/snapshot/projects/tasks response.
API Credentials (save your keys here to make the request examples copy-ready)Hidden by default
Save your domain and request headers once, then reuse them across the current docs session.
Session storage clears when this tab closes. Local storage stays available the next time you open the docs in this browser.
Saved values are used in request examples and code snippets on API pages, including the request domain.