Get task items for an entity
Task Management
Get task items for an entity
Retrieve paginated task items for a specific entity (vendor, risk)
GET
Get task items for an entity
Documentation Index
Fetch the complete documentation index at: https://bubbaaiinc-lewis-comp-company-tasks.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication
Headers
Organization ID (required for session auth, optional for API key auth)
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"

