Screening result (v2)
Reads an order in any state, in the same shape the order was created with. Reading is free and can be repeated. Replaces GET /apiv2/aml/{order_id}.
An order that belongs to another account answers 404, not 403: otherwise the response code alone would confirm that somebody else's identifier exists.
Authorizations
API key from the dashboard. Some Host Mode endpoints also accept the key as an api_key field in the request body — this is stated in the schema of the particular operation.
Parameters
Path Parameters
The identifier returned when the order was created.
"A90D21F68C9AEA2"Query Parameters
Representation of the result, and a property of the request rather than of the order. JSON is the only accepted value; any other returns 4001. The parameter is kept so that adding a second representation later is not a breaking change.
There is no PDF and no Markdown. A report is a rendering of data the response already carries in full, and rendering it on the client side gives that client their own branding, language and layout — which matters most to resellers, for whom a report carrying our name is the wrong document. An unsigned PDF is not evidence for a third party whoever generates it; a verifiable artifact needs a signature or a public verification page, which is a separate feature.
"json""json"Responses
The order, with the result when there is one.