GET
/
agent
/
all

These APIs have now been deprecated.

Please use the latest v2 APIs.

Authorizations

Authorization
string
header
required

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

Response

200 - application/json
agent_name
string

Human-readable agent name

agent_prompts
object

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

agent_status
enum<string>

Current status of the agent

Available options:
seeding,
processed
agent_type
string

Type of agent

created_at
string

Timestamp of agent creation

id
string

Unique identifier for the agent

tasks
object[]

An array of tasks that the agent can perform

updated_at
string

Timestamp of last update for the agent