OpenPhn docs
Referencecalls

List Calls

GET
/v1/calls

Query Parameters

status?string|null
mode?string|null
limit?Limit
Default25
offset?Offset
Default0

Response Body

application/json

application/json

curl -X GET "https://loading/v1/calls"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}