Get message export status
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.
/v1/agencies/{agencyId}/message-exports/{jobId}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.
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" \ -H "Authorization: Bearer YOUR_API_KEY"{ "data": { "jobId": "string", "status": "unknown", "rowCount": null, "truncated": null, "downloadReady": true }, "meta": { "requestId": "string" }}List creator conversation languages GET
List the conversation languages available for filtering the creator's fan inbox.
Get message export download GET
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.