Printago API
GET
/v1/sequences/{id}/issuances
List issued serials for a sequence
The issued-serials ledger for a sequence, newest first. Each entry links the serial to the part build and print job that consumed it.
Path Parameters
id
required
string
Sequence ID
Query Parameters
limit
optional
number
offset
optional
number
Response Schema
Response
value
object[]
Example Response
200 OK — application/json
[
{
"sequenceId": "string",
"value": 1,
"serial": "string",
"target": {
"plateId": 1,
"objectId": "string",
"instanceId": 1,
"identifyId": "string"
},
"id": "string",
"storeId": "string",
"createdAt": "2026-09-13T00:32:49.717Z",
"updatedAt": "2026-09-13T00:32:49.717Z"
}
]