v1

latestOpenAPI 3.0.12026-07-17387979.8 KB
Gateway Internal APIs

Batch fetch deployment content as TAR.GZ

Returns deployment content (platform api.yaml) for the given deployment IDs as a single application/x-tar+gzip archive. Used by the API Platform gateway for startup sync. Requires api-key header.

post/deployments/fetch-batch

Request body

deploymentIdsstring[] required

List of deployment IDs (revision UUIDs) to fetch.

Response

TAR.GZ archive of deployment content.