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"