Skip to content

/agents

GET
/agents
curl --request GET \
--url https://culipulse.dev/v1/agents \
--header 'Authorization: Bearer <token>'

List agents

Media typeapplication/json
object
agents
required
Array<object>
object
Examplegenerated
{
"agents": [
{}
]
}

Unauthorized

Media typeapplication/json
object
error
required
string
request_id
string
Example
{
"error": "not found",
"request_id": "req_abc123"
}