Skip to main content
Returns the visitor log as an XLSX file, with the same columns and translated headers as the Backoffice export.

Path parameters

string
required
The location.

Query parameters

integer
Rows per page, at most 200.
integer
1-based page. Pass both count and page, or neither.
string
default:"en"
Language for the column headers.
string
Same filters as Listing visitors.
string
Same sorting as the visitor log.

Response

The file itself, as an XLSX attachment.
cURL
The export is capped at 200 rows per call. For a bulk pull, page through Listing visitors instead: it returns JSON and has no such ceiling.
Exporting requires an administrator. An API key is a global admin on its locations, so it qualifies — but a Basic-auth integration signing in as a receptionist does not.