Enqueue an async export job
Always queues the export regardless of row count — useful when the client wants the same response shape on every call. Returns 202 with an opaque id and status_url to poll. Requires the consent_export feature and consumes one unit of monthly API quota.
Documentation Index
Fetch the complete documentation index at: https://docs.consentfly.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Autenticação por API Key no formato Authorization: Bearer sk-...
(sempre inclua o prefixo Bearer).
Gere sua chave em /dashboard/api-keys após criar a conta e
verificar o e-mail. A chave é exibida uma única vez no momento
da criação — armazene em variável de ambiente no seu backend.
Nunca exponha em código client-side.
Path Parameters
Site UUID
Response
Queued
Resposta ao enfileirar um export assíncrono.
Identificador do job de export. Use para consultar o status.
"exp_01HK8WD2QXKB4R7N9F1H3P5T0G"
Status inicial sempre queued.
queued "queued"
URL relativa para consultar o status do job (GET /exports/{id}).
"/api/v1/exports/exp_01HK8WD2QXKB4R7N9F1H3P5T0G"
Mensagem human-readable do enfileiramento.
"Export queued; consult status_url for progress."
