Get message export download
Get a downloadUrl for a completed message export you requested, identified by jobId. Returns a CSV URL valid for five minutes, expiresAt, rowCount and truncated. Requires current access to every creator included in the export; call get_message_export_status first if completion is uncertain.
/v1/agencies/{agencyId}/message-exports/{jobId}/downloadGet a downloadUrl for a completed message export you requested, identified by jobId. Returns a CSV URL valid for five minutes, expiresAt, rowCount and truncated. Requires current access to every creator included in the export; call get_message_export_status first if completion is uncertain.
Authorization
bearerAuth In: header
Path Parameters
1 <= length1 <= length <= 200Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/agencies/string/message-exports/string/download" \ -H "Authorization: Bearer YOUR_API_KEY"{ "data": { "jobId": "string", "downloadUrl": "string", "expiresAt": "string", "contentType": "string", "rowCount": 0, "truncated": true }, "meta": { "requestId": "string" }}Get message export status GET
Check a message export you requested using its jobId. Returns job status, rowCount, truncated and downloadReady. Wait until downloadReady before requesting a download; queued and active jobs have no completed CSV.
List fan segments GET
List the creator's audience segments and their configured matching rules.