Skip to content
BleemeoBleemeo

Retrieve an agent type

GET
/v1/agenttype/{id}/
curl --request GET \
--url https://example.com/v1/agenttype/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/ \
--header 'Authorization: Bearer <token>'

Return a single agent type by its ID.

id
required
string format: uuid

A UUID string identifying this agent type.

Media typeapplication/json

A ModelSerializer that takes an additional fields argument that controls which fields should be displayed.

object
display_name
required
string
<= 100 characters
id
required
string format: uuid
name
required
string
<= 20 characters
Examplegenerated
{
"display_name": "example",
"name": "example"
}