Get Task Details
Retrieve detailed information about a specific Task.
Returns the complete Task configuration including:
- Basic properties (name, description, enabled status)
- All revisions with their prompts and configurations
- Currently active revisions and their traffic weights
- Associated tags and metadata
Path parameters
The unique identifier of the organization.
The unique identifier of the project.
The specific Task to reference.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
Filter task_revisions by tag ID.
Include test revisions
Response
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.