List compliance tasks
List compliance tasks with assignments and status so teams can track audit readiness, evidence work, and control implementation.
Query parameters
Include controls and automations with runs
Response
Tasks 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"
}
]Changes
Changed in 2 of the 51 revisions of this API.13
- ○
added the optional property
items/integrationLastRunAtto the response with the200statusresponse-optional-property-added
- ○
added the required property
items/integrationScheduleFrequencyto the response with the200statusresponse-required-property-added
- ○
- ●
deleted the
headerrequest parameterX-Organization-Idrequest-parameter-removed
- ○
added the new optional
queryrequest parameterincludeRelationsnew-optional-request-parameter
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●