Blazelock
File Scans

Get a file scan

Retrieve the current state and, when available, result details of a file scan by its Blazelock file scan ID. Depending on the scan progress and outcome, the response can return a processing, completed, or failed state.

GET/file-scans/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

API key generated in the Blazelock Dashboard. Send it as Authorization: Bearer <api-key>.

In: header

Path Parameters

id*string

ID of the file scan.

Formatuuid

Header Parameters

Content-Language?string

Two-letter ISO language code used for localized human-readable response messages. Supported values:

  • en = English
  • de = German
Value in"en" | "de"

Response Body

application/json

{
  "id": "019583d8-b2e4-7b8d-9d1f-6f4cb3d0b6f1",
  "external_reference_id": "invoice-4711",
  "status": "processing",
  "execution_mode": "async",
  "file_name": "invoice.pdf",
  "file_size": 245761,
  "submitted_at": "2026-03-09T12:34:56.000Z"
}