OpenPhn docs
Referencecalls

List Calls

{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}

GET
/v1/calls

Query Parameters

status?string|null
mode?string|null
api_key_mode?string|null
direction?|null
voice_engine?|null
start?string|null
end?string|null
to_prefix?|null
has_outcome?boolean|null
min_confidence?|null
max_confidence?|null
sort?|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": {}
    }
  ]
}