Download export file
GET
/v1/projects/{id}/exports/{name}
Download one of the files listed by GET /projects/{id}/exports. This never reprocesses the book — it just serves durable bytes from storage, so it works even after a restart or redeploy.
Authorizations
Bearer
JWT bearer token from POST /v1/auth/login.
Type
HTTP (bearer)
or
ApiKey
Scoped API key for non-interactive clients (issued by PBI #1426).
Type
API Key (header: X-Api-Key)
Parameters
Path Parameters
id*
Type
Requiredstring
Format
"uuid"name*
Type
Requiredstring
Responses
OK