Skip to main content
GET
/
v1
/
calls
List calls
curl --request GET \
  --url https://api.oneinbox.ai/v1/calls \
  --header 'Authorization: Bearer <token>'

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)

Query Parameters

limit
integer
default:20
agent_id
string
status
enum<string>
Available options:
initiated,
in_progress,
completed,
failed

Response

200

OK