GEThttps://api.veriko.mx/v1/api/usage/export

Export API usage

Audience
public
Auth
API key
Permission
validations:read
How-to guide →

Downloads a file with the API request audit log for the authenticated user. The format parameter selects between CSV (default) and XLSX. Supports date range filtering. CSV is streamed with a UTF-8 BOM.

Parameters
ParameterInTypeRequiredDescription
formatquerystringoptional

File format: csv (default) or xlsx.

Default: csv

e.g. csv
fromquerystring (date)optional

Start date (inclusive) of the range to export, in ISO 8601 format (YYYY-MM-DD).

e.g. 2026-05-01
limitqueryintegeroptional

Maximum number of rows to export. Unlimited when omitted.

e.g. 500
toquerystring (date)optional

End date (inclusive) of the range to export, in ISO 8601 format (YYYY-MM-DD).

e.g. 2026-05-17
Request
curl -X GET 'https://api.veriko.mx/v1/api/usage/export' \
  -H 'Authorization: Bearer veriko_••••'

Python example — coming soon.

JavaScript example — coming soon.

PHP example — coming soon.

Response status codesGET /v1/api/usage/export
StatusClassDescriptionBody
2002xxCSV file (with UTF-8 BOM) or XLSX based on format.No body
4014xxAuthentication is required or the provided credentials are invalid.ErrorResponse
Response headers200
HeaderTypeDescription
Content-Dispositionstring
Errors from GET /v1/api/usage/export
StatusCodeExample
401unauthorized

Invalid or missing authentication credentials.

Envelope
meta.request_id
c4d5e6f7a8b9