Skip to main content
GET
List serverless endpoint builds

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

Response

OK

builds
object[]
required

Build history, newest first. At most the 100 most recent builds are returned; any older build can still be fetched by id via GET /v2/serverless/{id}/builds/{buildId}.

Last modified on September 3, 2026