Skip to main content
GET
/
exports
List recent exports
curl --request GET \
  --url https://www.consentfly.com.br/api/v1/exports \
  --header 'Authorization: <api-key>'
{
  "data": [
    {
      "id": "exp_01HK8WD2QXKB4R7N9F1H3P5T0G",
      "site_id": "6b8b4567-327a-4d10-92a5-9e8c4f5a7d12",
      "format": "csv",
      "status": "ready",
      "row_count": 12480,
      "bytes_written": 2458912,
      "error_message": "",
      "requested_at": "2026-05-24T09:00:00Z",
      "completed_at": "2026-05-24T09:02:18Z",
      "expires_at": "2026-05-31T09:02:18Z",
      "download_url": "https://www.consentfly.com.br/api/v1/exports/download/eyJhbGciOiJIUzI1NiJ9.abc"
    }
  ]
}

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

Authorization
string
header
required

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.

Query Parameters

limit
integer

Page size (default 25, max 100)

Response

OK

data
object[]