Skip to content

List scheduled call-back entries

GET /calldown

Lists server-owned scheduled call-back entries for the current App Connect user in ascending scheduledAt order. status=called returns completed entries; not called, not_called, and notcalled return entries whose status is not called; other values return all entries.

Operation ID: getCallDown
Authorization: BEARER or API key

Parameters

Name Location Type Required Description
status query string No Optional status filter: called; not called, not_called, or notcalled; or any other value for all entries.

Responses

Status Description Body
200 The current user's call-back entries ordered by scheduledAt. CallDownListResponse
400 Bad request, missing authentication, or connector error. ErrorResponse, string