Printago API
GET
/v1/print-jobs/{id}/telemetry/attempts
GET /v1/print-jobs/{id}/telemetry/attempts
A print job's attempts (newest first) for the attempt selector and per-attempt media. Scoped to the job in SQL.
Path Parameters
id
required
string
The print job ID
Response Schema
Response
value
object[]
Example Response
200 OK — application/json
[
{
"attemptNumber": 1,
"hasGateway": true,
"hasFuse": true,
"inProgress": true
}
]