Fetch a Task

GA
GET

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.

Response

This endpoint returns an object.
namestring

A name or reference for the Task.

enabledboolean

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

idstring

The unique identifier of the Task.

project_idstring

The Project that the Task belongs to.

createddatetime

When the Task was created.

modifieddatetime

When the Task was last updated.

revisionslist of objects

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.

descriptionstringOptional

A longer description of the Task for internal reference.

access_tokenstringOptional

Task specific Bearer token that can be used to authenticated when executing this Task.