Skip to main content
GET
/
api
/
v1
/
agents
Get Available Agents
curl --request GET \
  --url https://api.intelligence.io.solutions/api/v1/agents \
  --header 'Authorization: Bearer <token>'
{
  "agents": {}
}
Beta Notice: This project is in rapid development and may not be stable for production use.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

X-Guest-Session-ID
string | null

Identifier of guest user

Response

Successful Response

agents
object
required