Skip to main content

List invoice artefacts

GET 

/v1/invoices/:id/artefacts

Returns the set of Peppol delivery artefacts for a sent invoice — Message Level Responses (MLR), validation reports, signed receipts, etc.

Artefacts only exist for invoices that reached the network (i.e. the invoice has a transactionId). If the invoice was never submitted, this returns 404 with type: https://invostaq.com/errors/artefact-not-available.

Internal Arratech identifiers are never leaked — the artefactId values returned here are the opaque handles to pass back to the download endpoint.

Request

Responses

Artefact list

Response Headers
    X-RateLimit-Limit

    Effective per-minute request budget for this API key + verb. Defaults to 60 GET / 20 POST, overridable per key via the admin policy endpoint.

    X-RateLimit-Remaining

    Requests remaining in the current window for this API key + verb. Decrements by 1 on each accepted request; resets to limit when the sliding window rolls over.

    X-RateLimit-Reset

    Unix epoch seconds at which the oldest request in the current window ages out — i.e. the earliest time remaining could increase.