Skip to main content
GET
cURL
Use the version value returned in an entry’s version or versions fields to retrieve that exact historical envelope. The response contains only the requested version identifier and its GOBL envelope data; other entry metadata remains available from the standard fetch entry endpoint.

Authorizations

Authorization
string
header
required

Use the Bearer scheme with a valid JWT token to authenticate requests. Example: Authorization: Bearer <token>

Path Parameters

id
string
required

UUID of the silo entry to fetch.

Example:

"347c5b04-cde2-11ed-afa1-0242ac120002"

version
string
required

Version of the envelope data to fetch.

Example:

"76f845c125"

Response

200 - application/json

OK

data
Data · object | null

JSON envelope contents for the requested version.

version
string

Version of the returned envelope data.

Example:

"76f845c125"