Serverless
List serverless endpoints
Returns all serverless endpoints owned by the authenticated user.
GET
List serverless endpoints
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.
Response
OK
Previous
Create a serverless endpointCreates a serverless endpoint. Specify `gpu` for compute (CPU
serverless endpoints are read-only). Container settings can be spread
from a template response — see `CreateEndpointRequest` for the full
body.
Returns `201` with the created endpoint. The endpoint can accept jobs
immediately, but starts with no active workers unless `workers.min`
is greater than 0. Workers are provisioned on demand and autoscaled
between `workers.min` and `workers.max` according to the `scaling`
policy, so the first request to an idle endpoint may incur cold-start
latency while a worker pulls its image and boots.
Next
List serverless endpoints