Skip to main content
GET
Get a signed download URL for the processed file

Authorizations

Authorization
string
header
required

OptimalDial API key, prefixed od_live_, sent as Authorization: Bearer .... Mint keys in the in-app developer panel; they are scoped to a single organization.

Path Parameters

upload_id
string<uuid>
required

Query Parameters

statuses
string

Comma-separated statuses to keep. Accepts tier numbers (1,3,5) or full values (Likely Answer). Omit for every row. An unrecognized value returns 400 listing the valid options for that file.

include_answer_intent
boolean
default:false

Add the OptimalDial_Answer_Intent column.

include_identity
boolean
default:false

Add the OptimalDial_Identity column. Empty for lists uploaded without name columns.

sort_by_status
boolean
default:false

Order rows best-result-first. Off by default so your original row order is preserved unless you ask for it.

Response

Signed download URL (valid 1 hour).

download_url
string<uri>
required

Signed URL valid for ~1 hour.

expires_at
number
required

Unix timestamp (float seconds) when the signed URL expires.