List serverless endpoint builds
List a Runpod Serverless endpoint’s GitHub build history, newest first, capped to the 100 most recent builds, with older builds fetchable by ID.
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
Query Parameters
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.
1Page size, 1–100. Defaults to 100 when omitted.
1 <= x <= 100Response
OK
Build history, newest first, cursor-paginated (an omitted limit
defaults to 100). Page with cursor/limit to walk the full
history, or fetch any build by id via
GET /v2/serverless/{id}/builds/{buildId}.
Cursor-pagination metadata, uniform across list endpoints. Every response carries it: follow nextCursor while hasNextPage is true to walk the full result set.