Skip to main content
GET
Lists the account’s log export jobs, on the Management API host (api.scanova.io), authenticated with your raw Management API key.
string
Filters by job status: new, completed, or failed.
Searches the exporting user’s first name, last name, and email.
string
Sorts by created, completed_on, or status — prefix with - for descending. Default is -created.
integer
Page number.
There is no separate by-id status endpoint for an export job — poll this list (filtering by status, or searching/ordering to find a specific job) rather than a GET /user-logs/{id}/, which doesn’t exist; that path only supports DELETE.
result_file and completed_on are null until the job reaches completed. A job stuck at new for more than 30 minutes is automatically marked failed.

Authorizations

Authorization
string
header
required

Send your Management API key as the raw value of the Authorization header — no "Bearer " or "Token " prefix, and no other characters. Example: Authorization: 401f7ac837da42b97f613d789819ff93537bee6a. A header containing more than one space-separated part is rejected outright. Requests also require the request's Host header to be the management API host (e.g. api.scanova.io) — the same key sent to the regular API host will not authenticate.

Query Parameters

status
enum<string>
Available options:
new,
completed,
failed
ordering
string
page
integer

Response

200 - application/json

Paginated list of export jobs.