Skip to main content
GET
Get a download link for a completed export
The Dialer is a newly released product surface: depending on your account’s rollout stage, campaigns managed through this API may not yet be visible in your CloudTalk Dashboard.

Authorizations

Authorization
string
header
required

HTTP Basic Authentication. Use your API Access Key ID as the username and your API Access Key Secret as the password. Generate keys in the CloudTalk Dashboard under Account -> Settings -> API Keys (https://dashboard.cloudtalk.io/menu/account/settings/API-keys).

Path Parameters

jobId
string<uuid>
required

Export job ID returned by the export enqueue call.

Response

A fresh download link and its expiry.

A pre-signed download link for a completed export. Minted fresh on every call; valid at least 60 minutes.

url
string

Pre-signed S3 URL of the export file. Fetch it without credentials — the signature is the authorization.

Example:

"https://ct-dialer-exports.s3.eu-west-1.amazonaws.com/exports/700001/0197fbd1-6d0a-7e58-8f6f-1a2b3c4d5e6f/call_history-campaign-42.csv?X-Amz-Signature=…"

expiresAt
string<date-time>

Instant the URL stops working (ISO 8601, UTC). Call the endpoint again for a fresh link.

Example:

"2026-08-04T09:05:00.000Z"