Get task items for an entity in Comp AI. Manage task items and attachments linked to operational entities such as risks and vendors.
Documentation Index
Fetch the complete documentation index at: https://www.trycomp.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication
ID of the entity to get task items for
"vnd_abc123def456"
Type of entity
vendor, risk "vendor"
Page number (1-indexed)
x >= 11
Number of items per page
1 <= x <= 1005
Filter by status
todo, in_progress, in_review, done, canceled "todo"
Filter by priority
urgent, high, medium, low "high"
Filter by assignee ID
"mbr_abc123def456"
Sort by field
createdAt, updatedAt, title, status, priority "createdAt"
Sort order
asc, desc "desc"