Skip to main content
GET
Get Squad

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

squad_id
string<uuid>
required

Response

Successful Response

Squad response model.

id
string<uuid>
required
tenant_id
string<uuid>
required
name
string
required
agents
Agents · object[]
required
routing_strategy
string
required
status
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
description
string | null
transfer_rules
Transfer Rules · object | null