Get all tasks
Tasks
Get all tasks
Retrieve all tasks for the authenticated organization
GET
Get all tasks
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)
Response
Tasks 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"

