Skip to content

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 Markdown

What 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 ​

NameLocationTypeRequiredDescriptionConstraints
X-Request-IdheaderstringnoOptional request identifier for tracing; CloudPrint returns a safe value in the response header.maxLength: 128; example: "order-100045-attempt-1"

Request body ​

This endpoint has no request body.

Example requests ​

cURL ​

bash
curl -sS https://public-api.cloudprint.me/agent-download-api/v1/releases

Response ​

HTTP status: 200 — Public Agent release catalog

Response fields ​

NameTypeRequiredDescriptionConstraints
availablebooleanyesWhether a published installer is currently available for the requested platform.—
channelstring | nullyesRelease channel to which this Agent build belongs.—
releasesarrayyesPublished Agent installers grouped by supported platform.—
unavailable_reasonstring | nullnoReason no published installer is available for this platform.—

Example response ​

json
{
  "available": true,
  "channel": "string",
  "releases": [
    {
      "version": "string",
      "channel": "string",
      "published_at": "2026-08-06T12:00:00Z",
      "installers": [
        {
          "filename": "string",
          "platform": "macos",
          "architecture": "string",
          "format": "string",
          "size_bytes": 1,
          "sha256": "0000000000000000000000000000000000000000000000000000000000000000",
          "download_url": "/resource"
        }
      ]
    }
  ]
}

Errors ​

HTTP statusDescription
429Rate limit exceeded
500Unexpected error
503Agent release catalog is unavailable

Guides for integrating CloudPrint, connecting the local agent and operating print workflows.