Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

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

Path Parameters

agent_id
string<uuid>
required

Response

Agent response

id
string<uuid>

Unique identifier for the agent

agent_name
string

Human-readable agent name

Example:

"Alfred"

agent_type
string

Type of agent

Example:

"other"

agent_status
enum<string>

Current status of the agent

Available options:
seeding,
processed
Example:

"processed"

created_at
string<date-time>

Timestamp of agent creation

Example:

"2024-01-23T01:14:37Z"

updated_at
string<date-time>

Timestamp of last update for the agent

Example:

"2024-01-29T18:31:22Z"

tasks
object[]

An array of tasks that the agent can perform

ingest_source_config
object

Configuration for ingestion source used for inbound agents. Required fields vary by source_type.

agent_prompts
object

Prompts to be provided to the agent. It can have multiple tasks of the form task_<task_id>