Skip to main content
GET
Get Task
Retrieve a task by its ID.

Authentication

string
requerido
Organization API key. Keep it on your server or in a credential store.

Path

string
requerido
Task ID returned by creation or listing. Use an ID belonging to your organization.

Response

number
HTTP response status.
string
Task UUID.
string
custom, AI, system, or automatization.
string
Short task description.
string
Detailed task text.
string
backlog, todo, in_progress, done, blocked, or canceled.
string
low, medium, or high.
string[]
Assigned user IDs. Creation accepts emails, but the stored response uses IDs.
object | string | null
Creator information or reference, depending on the returned record.
object
Optional custom data.
string
Creation timestamp.
string
Last update timestamp.

Example

See List tasks and Create task.