Skip to main content
GET
List serverless endpoint releases

Authorizations

Authorization
string
header
required

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

id
string
required

Serverless endpoint identifier

Query Parameters

cursor
string

Opaque resume cursor — pass the previous response's pagination.nextCursor through verbatim; omit for the first page. A cursor is only valid for the operation and parameters that issued it; a malformed or foreign cursor is rejected with 422.

Minimum string length: 1
limit
integer

Page size, 1–1000. Defaults to 1000 when omitted.

Required range: 1 <= x <= 1000

Response

OK

rollout
object
required
releases
object[]
required

Release history, newest first.

pagination
object
required

Cursor-pagination metadata, uniform across list endpoints. Every response carries it: follow nextCursor while hasNextPage is true to walk the full result set.

endpointVersion
integer | null

The endpoint's current configuration version. Null if unknown.

Example:

4

Last modified on September 17, 2026