API Playground

Test FrontDeskOS MCP tools interactively. Select a tool, fill in parameters, and see the response.

Tools
Calls
Scheduling
Leads
Analytics
Configuration
Admin
Voice Agents
Automations
GET
list_calls

List all calls with optional filters for status, date range, and direction.

Parameters

Filter by call status

Filter by call direction

Start date for filtering (ISO 8601)

End date for filtering (ISO 8601)

Maximum number of results to return

Number of results to skip

Code Snippets
curl -X GET "https://api.frontdeskos.com/v1/calls/list_calls" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

Search Documentation

Search for pages, tools, and guides