Orbitali Docs

Calls

Inspect call history, transcripts, and tool invocations.

Calls represent live or completed phone conversations handled by Orbitali.

Common operations

MethodPathDescription
GET/v1/callsList calls
GET/v1/calls/{call_id}Get call details
GET/v1/calls/{call_id}/messagesList transcript messages
GET/v1/calls/{call_id}/tool-invocationsList tool invocations

Call fields

FieldDescription
idUnique call identifier
agent_idAgent that handled the call
fromCaller phone number
toOrbitali phone number
statusCurrent or final call status
duration_secondsFinal call duration when complete

Transcript messages

Transcript messages are stored as turns with a role, text, and timestamp.

{
  "role": "assistant",
  "content": "Thanks for calling. How can I help?",
  "created_at": "2026-05-14T12:00:00Z"
}

On this page