OpenPhn docs
Referencecalls

Get Call

GET
/v1/calls/{call_id}

Path Parameters

call_id*Call Id

Response Body

application/json

application/json

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