Skip to main content
POST
/
squad-calls
/
squads
/
{squad_id}
/
route-inbound
Route Inbound Call To Squad
curl --request POST \
  --url https://api.example.com/squad-calls/squads/{squad_id}/route-inbound \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.mrassistant.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

squad_id
string<uuid>
required

Body

application/json

The body is of type Call Data · object.

Response

Successful Response