Skip to main content
POST
/
internal
/
calls
/
{call_id}
/
status
Internal Update Call Status
curl --request POST \
  --url https://api.oneinbox.ai/internal/calls/{call_id}/status \
  --header 'Content-Type: application/json' \
  --data '
{
  "status": "<string>",
  "started_at": "2023-11-07T05:31:56Z",
  "ended_at": "2023-11-07T05:31:56Z",
  "duration_seconds": 123,
  "end_reason": "<string>"
}
'
{}

Path Parameters

call_id
string<uuid>
required

Body

application/json
status
string
required
started_at
string<date-time> | null
ended_at
string<date-time> | null
duration_seconds
number | null
end_reason
string | null

Response

Successful Response

The response is of type Response Internal Update Call Status Internal Calls Call Id Status Post · object.