Get task by ID
Tasks
Get task by ID
Retrieve a specific task by its ID
GET
Get task by ID
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)
Path Parameters
Unique task identifier
Example:
"tsk_abc123def456"
Response
Task retrieved successfully
Unique identifier for the task
Example:
"tsk_abc123def456"
Task title
Example:
"Implement user authentication"
Task status
Available options:
todo, in_progress, done, blocked Example:
"in_progress"
Task creation timestamp
Example:
"2024-01-15T10:30:00Z"
Task last update timestamp
Example:
"2024-01-15T10:30:00Z"
Task description
Example:
"Add OAuth 2.0 authentication to the platform"
Task template ID
Example:
"frk_tt_68406e353df3bc002994acef"

