Sample - Slack Web API
GET/calls.info

Get 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.

2 parameters
idstringrequired
The Call identifier returned by calls.add.
tokenstringrequired
Authentication token with the `calls:read` scope.

2 status codes
200Returns a success response containing `ok: true`.
okbooleanrequired
Allowed:true
defaultReturns a failure response containing `ok: false` and an error reason.
okbooleanrequired
Allowed:false

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.