GET
/
api
/
v1
/
custom-agents
/
agents
/
{agent_id}

Authorizations

Authorization
string
header
required

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

Path Parameters

agent_id
string
required

Response

200
application/json
Successful Response
role
string
required
goal
string
required
backstory
string
required
system_prompt
string
required
id
string
required
user_id
string
required
tasks
object[]
required
created_at
string
required
updated_at
string
required
deployment_status
string | null
required
deployment_url
string | null