GET
/calls.infoGet information about a Call
Retrieves information about a Call identified by its call ID. Supply token with the required calls:read scope and use the id returned by calls.add. Use the returned call details to inspect the current Call configuration.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
idstringrequired
The Call identifier returned by calls.add.
tokenstringrequired
Authentication token with the `calls:read` scope.
200Returns a success response containing `ok: true`.
okbooleanrequired
defaultReturns a failure response containing `ok: false` and an error reason.
okbooleanrequired
Error handling
Supply token with the calls:read scope and provide the id returned by calls.add. The id must identify the Call whose information you want to retrieve.