Retrieve a Request
Fetch details for a request by ID.
Authorizations
Bearer token obtained from the /v1/auth endpoint
Path Parameters
The request ID
Response
Request retrieved successfully. Single-request reads include phone-call enrichment fields (transcript, recordingDownloadUrl, etc.) when a representative call has completed.
Structured request output fields. Empty {} on PROCESSING and FAILURE; partially populated on PARTIAL; fully populated on SUCCESS.
Schema fields the request was unable to obtain. Populated on PARTIAL and FAILURE requests where extraction ran but came up short.
Time the request was created, ISO-8601 with UTC offset (e.g. "2026-04-24T15:30:00.123456+00:00").
Time the request reached a terminal state (SUCCESS, PARTIAL, or FAILURE). null while the request is still PROCESSING.
Date this request is scheduled to run, as an ISO-8601 timestamp (e.g. "2026-05-08T03:00:00+00:00"). Set at submission time based on your account's daily call capacity and any work already pending. null when no due date is set.
Optional. Echoed back from the request body if you supplied one at create time. The key is always present in this response (as null when not supplied), unlike on webhook payloads where the key is omitted entirely.
Optional. Echoed back from the request body if you supplied one at create time. The key is always present in this response (as null when not supplied), unlike on webhook payloads where the key is omitted entirely.
Completeness tier of a digital-only result. See data_completeness for current and reserved values.
minimum Structured error details. Populated on PARTIAL and FAILURE; null on PROCESSING and SUCCESS. See error object for the schema and the full errorCode taxonomy.
Payer-phone lookup echo (inputPayerName / matchedPayerName, phone omitted). Present whenever a payer name was supplied or matched for this request; absent/null otherwise. Mirrors the block returned on the POST /v1/requests create response.
The phone number that was dialed, echoed back in sanitized form. Present only when a representative phone call has completed (any terminal state) and the number was one you supplied in inputs.phoneNumber. When the number came from payer-phone resolution, to is omitted — the matched payer is surfaced via payerLookup instead (without a phone number).
Full call transcript. Present only when a representative phone call has completed.
Optional. Post-call transcript. Present only when a phone call has completed AND your account has post-call transcripts enabled. Contact your account team to turn this on.
Signed URL for the call recording. Present only when a phone call has completed and a recording exists.
Call duration in HH:MM:SS format. Present only when a phone call has completed and recording length data exists.
Optional. Outbound caller number (E.164) — the line the call originated from. Present only when a phone call has completed AND your account has outbound-number visibility enabled. Contact your account team to turn this on.
AI-generated call summary. Present only when a representative phone call has completed.
AI-generated audit summary. Present only when a representative phone call has completed.
Per-call breakdown for requests that took more than one phone call. Present only on the single-request read (GET /v1/requests/{requestId}) of a SUCCESS request completed across two or more representative phone calls. Omitted otherwise.