v1
latestOpenAPI 3.0.32026-08-0613775357.6 KBsubtasks
Fetch subtask
Returns the matching subtask.
get/projects/{project_id}/assignments/{assignment_id}/subtasks/{subtask_id}
Response
Successful response
Example response
{
"id": 6789012345,
"assignment_id": 5612,
"assignable_id": 1234,
"description": "Assess risks",
"updated_at": "2025-08-27T12:00:00Z",
"created_at": "2025-08-27T12:00:00Z",
"updated_by": 1234567
}