OpenapiV1Calls
List calls
Retrieve a paginated list of calls for your organization.
Use Cases:
- Display calls in external dashboards
- Track call outcomes for commission calculations
- Export call data for analytics
Filtering:
- Filter by outcome, lead, closer, booking link
- Filter upcoming vs past calls
- Results automatically scoped to your organization
Query Parameters
limit?string
Number of results per page (max 100)
Default
"50"cursor?string
Cursor for pagination
status?string
Filter by call status
lead_id?string
Filter by lead ID
Format
uuidcloser_id?string
Filter by closer ID (Clerk user ID)
Match
^user_[A-Za-z0-9]+$setter_id?string
Filter by setter ID (Clerk user ID)
Match
^user_[A-Za-z0-9]+$booking_link_id?string
Filter by booking link ID
Format
uuidis_upcoming?string
Filter for upcoming calls (true/false)
Response Body
application/json
application/json
curl -X GET "https://api.aura-app.ai/v1/calls"{
"data": [
{
"action_items": [
{
"due_at": "string",
"notes": "string",
"owner": "string",
"title": "string",
"property1": null,
"property2": null
}
],
"ai_summary": "string",
"booking_link_id": "850e8400-e29b-41d4-a716-446655440003",
"call_kind": "booking",
"closer_id": "user_2abc123xyz",
"conferencing_link": "https://zoom.us/j/123456789",
"created_at": "2026-01-17T08:00:00Z",
"duration_minutes": 45,
"ended_at": "2019-08-24T14:15:22Z",
"expected_deal_value": 500000,
"form_data": [
{
"field_id": "budget",
"label": "What is your budget?",
"value": null,
"property1": null,
"property2": null
}
],
"guest_rsvp_confirmed_at": "2019-08-24T14:15:22Z",
"guest_rsvp_status": "yes",
"has_analysis": true,
"has_recording": true,
"id": "550e8400-e29b-41d4-a716-446655440000",
"lead_id": "650e8400-e29b-41d4-a716-446655440001",
"linked_payment_id": "403ebef4-39b7-43a9-8633-c107cae8737a",
"notes": "string",
"product_id": "950e8400-e29b-41d4-a716-446655440004",
"recording_url": "string",
"referral": "string",
"scheduled_at": "2026-01-20T15:00:00Z",
"setter_id": "user_2def456uvw",
"started_at": "2019-08-24T14:15:22Z",
"status": "closed",
"transcript_data": {
"duration_seconds": 0,
"language": "string",
"segments": [
{
"end_seconds": 0,
"speaker": "string",
"start_seconds": 0,
"text": "string",
"property1": null,
"property2": null
}
],
"property1": null,
"property2": null
},
"updated_at": "2026-01-17T09:30:00Z",
"utm_campaign": "summer_promo",
"utm_content": "string",
"utm_medium": "cpc",
"utm_source": "google",
"utm_term": "string"
}
],
"pagination": {
"has_more": true,
"next_cursor": "string"
}
}{
"code": "NOT_FOUND",
"error": "Lead not found",
"requestId": "req_abc123",
"success": false
}