Calls Search

Advanced search for calls using Atlas Search

post/system/advanced-search/call

Headers

Authorizationstring string required

OAuth Bearer token

Contextstring string required

The executing context

Accept'application/json' required

Advertises which content types the client understands

X-Accept-Timezonestring

The timezone the content will be displayed in

X-Accept-Result-Countboolean

Set to true to include a total result count in the X-Result-Count response header. Useful for pagination.

X-Accept-Result-Count-Limitinteger

When X-Accept-Result-Count is true, caps the count at this value using a lowerBound strategy. 0 means no cap (exact total count).

Request body

sortstring[]

Sort fields. Each entry is a field name optionally prefixed with '-' for descending order (e.g. '-call_start').

pageinteger

Page number (1-based). Defaults to 1 when omitted. Use together with items_per_page to paginate results.

items_per_pageinteger

Number of results per page. Defaults to 25 when omitted; maximum 50. Use together with page to paginate results.

Response

Advanced search results returned successfully. Note: gong_transcript and gong_analysis are excluded by default to keep response payloads small. To include them, send project: {gong_transcript: 1, gong_analysis: 1} in the request body.

_idstring

MongoDB document identifier

__vinteger
pabx_call_idstring
recordingstring
call_startstring date-time
total_durationinteger
direction'Inbound' | 'Outbound' | 'Conference' | 'Unknown'
pabx_meta_identifier_namestring
gong_workspace_idstring
gong_call_idstring
gong_readiness'ready' | 'not_ready' | 'awaiting_checks' | 'awaiting_signed_url' | 'success_send' | 'permanent_failure' | 'temporary_failure' | 'wont_send_core_checks'
gong_enrichment_status'NOT_STARTED' | 'COMPLETED' | 'ABANDONED' | 'RESYNC_REQUESTED' | 'RETRYING' | 'POSSIBLE_FAILURE'
gong_enrichment_status_sincestring date-time
gong_transcript_retrieved_atstring date-time
gong_analysis_retrieved_atstring date-time
created_atstring date-time
updated_atstring date-time

Changes

No recorded changes to this endpoint across all 1 revision of this API.