GET
/
v2
/
agent
/
all

Authorizations

Authorization
string
headerrequired

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

Response

200 - application/json
id
string

Unique identifier for the agent

agent_name
string

Human-readable agent name

agent_type
string

Type of agent

agent_status
enum<string>

Current status of the agent

Available options:
seeding,
processed
created_at
string

Timestamp of agent creation

updated_at
string

Timestamp of last update for the agent

tasks
object[]

An array of tasks that the agent can perform

agent_prompts
object

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