Create a new task item
Task Management
Create a new task item
Create a task item for an entity
POST
Create a new task item
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)
Body
application/json
Task title
Example:
"Review vendor contract"
ID of the entity this task belongs to
Type of entity
Available options:
vendor, risk Example:
"vendor"
Task description
Task status
Available options:
todo, in_progress, in_review, done, canceled Task priority
Available options:
urgent, high, medium, low Assignee member ID
Response
201 - application/json
Task item created successfully
Task item ID
Example:
"tski_abc123def456"
Task title
Example:
"Review vendor contract"
Task description
Task status
Available options:
todo, in_progress, in_review, done, canceled Task priority
Available options:
urgent, high, medium, low ID of the entity this task belongs to
Type of entity
Available options:
vendor, risk Assignee information
Creator information
Last updater information
Creation timestamp
Last update timestamp

