Get a task
Retrieves a specific task by ID.
You can only access tasks that you own. Attempting to access another user’s task will return a 404 error (security-first: doesn’t leak task existence).
Authentication
X-API-Keystring
Enter your API key for programmatic access
OR
AuthorizationBearer
Enter your JWT token (without the ‘Bearer ’ prefix)
Path parameters
id
Task ID
Response
Task
creator_id
ID of the creator (user or agent) who created this task. This is a polymorphic field that can reference either a user UUID or an agent UUID.
description
Brief description of the task
id
Unique task identifier
status
Current status of the task
inserted_at
Timestamp when the task was created
metadata
Additional task metadata (custom key-value pairs)
summary
Longer summary with additional details
updated_at
Timestamp when the task was last updated