Get Task Details
GARetrieve 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
org_id
The unique identifier of the organization.
project_id
The unique identifier of the project.
task_id
The specific Task to reference.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
revision_tag_id
Filter task_revisions by tag ID.
include_tests
Include test revisions
Response
Successful Response
name
A name or reference for the Task.
enabled
When true
the Task is active and callable. false
denotes the Task is not yet operational.
id
The unique identifier of the Task.
project_id
The Project that the Task belongs to.
created
When the Task was created.
active_revisions
The revision currently active for this Task.
description
A longer description of the Task for internal reference.
public
When true
the Task is public and can be accessed by any User.
modified
When the Task was last updated.
revisions
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.
access_token
Task specific Bearer token that can be used to authenticated when executing this Task.