Tasks
Get task by ID
Get task by ID in Comp AI. Manage compliance task lifecycle, assignments, review approvals, evidence uploads, policy links, and activity history.
get/v1/tasks/{taskId}
Path parameters
taskIdstring required
Example:tsk_abc123def456
Unique task identifier
Response
Task retrieved successfully
Example response
{
"id": "tsk_abc123def456",
"title": "Implement user authentication",
"description": "Add OAuth 2.0 authentication to the platform",
"status": "in_progress",
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-15T10:30:00Z",
"integrationScheduleFrequency": "daily"
}