Skip to main content
GET
/
v1
/
calls
/
{call_id}
Get call
curl --request GET \
  --url https://api.oneinbox.ai/v1/calls/{call_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "status": "<string>",
  "to_number": "<string>",
  "from_number": "<string>",
  "duration_seconds": 123,
  "transcript": [
    {
      "role": "<string>",
      "content": "<string>"
    }
  ],
  "created_at": "2023-11-07T05:31:56Z"
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

API key from the OneInbox dashboard (API Keys → Create)

Path Parameters

call_id
string
required

Response

200 - application/json

OK

id
string
status
string
to_number
string
from_number
string
duration_seconds
integer
transcript
object[]
created_at
string<date-time>