Serverless
List serverless endpoint releases
Returns the endpoint’s release history (newest first) plus a rollout
summary of how many workers are running the current version. Each
release is a versioned configuration snapshot with a diff of what
changed; build-driven releases carry a buildId (fetch build detail via
the builds sub-routes).
GET
List serverless endpoint releases
Authorizations
Runpod API key authentication. Generate an API key in the Runpod console and send it in the Authorization header as Bearer <api_key>. Keys are scoped to the permissions granted when created; requests may return 403 when a valid key lacks access to the requested resource or action.
Path Parameters
Serverless endpoint identifier
Previous
Stream serverless worker logsStreams a serverless worker's logs as Server-Sent Events. The `source`
query parameter selects which log source to include.
The SSE `data` payload shape is:
`{ "source": "container", "line": "...", "ts": "..." }`.
Log-event `id` values are the event `ts` timestamp so browser/EventSource
reconnects can resume with `Last-Event-ID`.
Next
List serverless endpoint releases