Retrieve detailed information about a specific Task.
Returns the complete Task configuration including:
The unique identifier of the organization.
The unique identifier of the project.
The specific Task to reference.
Filter task_revisions by tag ID.
Include test revisions
Successful Response
A name or reference for the Task.
When true
the Task is active and callable. false
denotes the Task is not yet operational.
The unique identifier of the Task.
The Project that the Task belongs to.
When the Task was created.
When the Task was last updated.
The revision currently active for this Task.
A longer description of the Task for internal reference.
When true
the Task is public and can be accessed by any User.
Each update to a Task results in a new Revision being created. Task Revisions are a powerful concept that can be used to assist with A/B testing, comparing responses from different LLM’s, etc.
Task specific Bearer token that can be used to authenticated when executing this Task.