Get Task Details

GA

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

org_idstringRequired
The unique identifier of the organization.
project_idstringRequired
The unique identifier of the project.
task_idstringRequired
The specific Task to reference.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

revision_tag_idstringOptionalformat: "uuid"

Filter task_revisions by tag ID.

include_testsbooleanOptional
Include test revisions

Response

Successful Response
namestringformat: "^[a-zA-Z0-9\-_ ]+$"
A name or reference for the Task.
enabledboolean

When true the Task is active and callable. false denotes the Task is not yet operational.

idstringformat: "uuid"
The unique identifier of the Task.
project_idstringformat: "uuid"
The Project that the Task belongs to.
createdstring
When the Task was created.
active_revisionslist of objects
The revision currently active for this Task.
descriptionstring or null
A longer description of the Task for internal reference.
publicboolean or nullDefaults to false

When true the Task is public and can be accessed by any User.

modifiedstring or null
When the Task was last updated.
revisionslist of objects or null

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_tokenstring or null
Task specific Bearer token that can be used to authenticated when executing this Task.
tagslist of objects or null

Errors