Get task items for an entity
Task Management
Get task items for an entity | Comp AI API
Get task items for an entity in Comp AI. Manage task items and attachments linked to operational entities such as risks and vendors.
GET
Get task items for an entity
Authorizations
API key for authentication
Query Parameters
ID of the entity to get task items for
Example:
"vnd_abc123def456"
Type of entity
Available options:
vendor, risk Example:
"vendor"
Page number (1-indexed)
Required range:
x >= 1Example:
1
Number of items per page
Required range:
1 <= x <= 100Example:
5
Filter by status
Available options:
todo, in_progress, in_review, done, canceled Example:
"todo"
Filter by priority
Available options:
urgent, high, medium, low Example:
"high"
Filter by assignee ID
Example:
"mbr_abc123def456"
Sort by field
Available options:
createdAt, updatedAt, title, status, priority Example:
"createdAt"
Sort order
Available options:
asc, desc Example:
"desc"

