curl --request GET \
--url https://api.poligono.ai/v1/agents/templates \
--header 'Authorization: <api-key>'{
"data": [
{
"created_at": 123,
"id": "<string>",
"name": "<string>",
"organization_id": "<string>",
"prompt": "<string>",
"status": "active",
"updated_at": 123,
"description": "<string>",
"number_of_channels": 123,
"number_of_rag_files": 123,
"number_of_tools": 123,
"profile_photo": "<string>"
}
]
}Retrieve agent templates
curl --request GET \
--url https://api.poligono.ai/v1/agents/templates \
--header 'Authorization: <api-key>'{
"data": [
{
"created_at": 123,
"id": "<string>",
"name": "<string>",
"organization_id": "<string>",
"prompt": "<string>",
"status": "active",
"updated_at": 123,
"description": "<string>",
"number_of_channels": 123,
"number_of_rag_files": 123,
"number_of_tools": 123,
"profile_photo": "<string>"
}
]
}Type "Bearer" followed by a space and JWT token.
OK
Show child attributes
@format date-time
active, inactive @format date-time