Get a call request
Returns a single call request with per-contact progress (status,
outcome, and the resulting call_id once each contact has been
dialed). Requires call-requests:write.
Authorizations
Partner API key sent as a Bearer token:
Authorization: Bearer gd_live_...
Keys are issued by the GrowDental team (invite-only), shown once
at creation, and stored server-side only as a SHA-256 hash. Key format:
gd_live_ (or gd_test_) followed by a 43-character base62 secret
(~256 bits of entropy). To rotate, request a new key, deploy it, then
ask us to revoke the old one — both keys work during the overlap.
Path Parameters
Call request ID.
Response
The call request.
A call request with its window, context, and per-contact progress.
queued until dialing begins, in_progress while contacts are
being worked, completed when every contact is terminal.
queued, in_progress, completed, paused, cancelled Aggregate contact-status counts for a call request. Keys beyond the listed ones may appear if new contact statuses are introduced.
The free-text context supplied at creation.