Get Agents by Project team, User team
GET
/api/v2/agents/teams/{team_id}
Agentsv2
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v2/agents/teams/'
Response Response Example
200 - Example 1
{
"success": true,
"message": "string",
"data": {
"count": 0,
"num_pages": 0,
"current_page": 0,
"agents": [
{
"id": 0,
"user": {
"id": 0,
"email": "user@example.com",
"first_name": "string",
"last_name": "string",
"organization": 0
},
"agent_type": {
"id": 0,
"created_by": "string",
"created_on": "2019-08-24T14:15:22Z",
"modified_by": "string",
"modified_on": "2019-08-24T14:15:22Z",
"name": "string",
"description": "string"
},
"instructions": [
{
"id": 0,
"instruction": "string",
"is_deleted": true,
"created_by": "string",
"created_on": "2019-08-24T14:15:22Z",
"agent": 0
}
],
"project": {
"id": 0,
"project_name": "string",
"team": {
"id": 0,
"team_name": "string"
}
},
"tags": [
"string"
],
"character_voice": {
"id": 0,
"voice_name": "string",
"voice_identifier": "string",
"gender": "male"
},
"connected_tool_names": [
"string"
],
"agent_name": "string",
"industry_area": "string",
"domain": "string",
"sample_q1": "string",
"sample_q2": "string",
"sample_q3": "string",
"prefix_prompt": "string",
"alias": "string",
"is_active": true,
"is_deleted": true,
"created_by": "string",
"created_on": "2019-08-24T14:15:22Z",
"agent_image": "string",
"access": "string",
"status": "string",
"caching_enabled": true,
"chunk_count": -2147483648,
"attachment_chunk_count": -2147483648,
"attachment_chunking": true,
"react_enabled": true,
"react_max_iteration_count": -2147483648,
"reasoning_mode": "react",
"call_enabled": true,
"is_published_as_teammate": true,
"chat_count": -2147483648,
"likes_count": -2147483648,
"llm_config": 0,
"pattern": 0,
"cloned_from": 0
}
]
}
}
Request
Path Params
team_id
integerÂ
required
Query Params
agent_name
stringÂ
optional
items_per_page
integerÂ
optional
page
integerÂ
optional
paginated
stringÂ
optional