Printago API
GET
/v1/print-jobs/{id}/telemetry/download-url
GET /v1/print-jobs/{id}/telemetry/download-url
Signed download URL for a raw gzipped telemetry artifact (the `telemetry/` prefix has no direct browser read grant). Requires file.download as well as queue.view: this hands back a bearer-capable signed URL to a permanent-retention artifact, so it is gated like every other file download rather than like a read of the job.
Path Parameters
id
required
string
The print job ID
Query Parameters
attempt
optional
number
kind
required
any
Which raw artifact to sign a download URL for.
Response Schema
TelemetryDownloadUrl
expiresAtrequired
number
Epoch milliseconds at which the signed URL expires.
urlrequired
string
Example Response
200 OK — application/json
{
"url": "string",
"expiresAt": 1
}