List public CloudPrint Agent releases
List current CloudPrint Agent installers published by CloudPrint and their checksums without requiring CloudPrint credentials.
GET
/agent-download-api/v1/releasesAPI version: v1operationId: listPublicAgentReleasesView as MarkdownWhat this endpoint does
List current CloudPrint Agent installers published by CloudPrint and their checksums without requiring CloudPrint credentials.
Authentication
This endpoint does not require a Bearer token.
Request
Production base URL: https://public-api.cloudprint.me/agent-download-api/v1/releases
Parameters
This endpoint has no path, query or custom header parameters.
Request body
This endpoint has no request body.
Example requests
cURL
bash
curl -sS https://public-api.cloudprint.me/agent-download-api/v1/releasesResponse
HTTP status: 200 — Public Agent release catalog
Response fields
| Name | Type | Required | Description | Constraints |
|---|---|---|---|---|
available | boolean | yes | — | — |
channel | string | null | yes | — | — |
releases | array | yes | — | — |
unavailable_reason | string | null | no | — | — |
Example response
json
{
"available": false,
"channel": null,
"releases": [
{
"version": "string",
"channel": "string",
"published_at": null,
"installers": [
{
"filename": null,
"platform": null,
"architecture": null,
"format": null,
"size_bytes": null,
"sha256": null,
"download_url": null
}
]
}
],
"unavailable_reason": null
}Errors
| HTTP status | Description |
|---|---|
429 | Rate limit exceeded |
500 | Unexpected error |
503 | Agent release catalog is unavailable |
Integration guidance
Related documentation
Download a CloudPrint Agent installerDownload one published CloudPrint Agent installer by the exact filename returned by the release catalog.Enroll an agent for a customerConnect a local CloudPrint Agent to the correct managed customer account without requiring a customer portal login.Connect an agent and select a printerInstall the CloudPrint agent, discover local printer queues and choose a stable printer ID based on its advertised capabilities.