List public templates
List Runpod public templates by official, verified, or community source and inspect reusable Pod and Serverless configurations.
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.
Query Parameters
Which slice of the catalog to return: official for
Runpod-curated templates (default), verified for
Runpod-verified community templates, or community for all other
publicly shared templates.
official, verified, community Response
OK
A bare list of templates. GET /v2/catalog/templates returns it as-is (the catalog is a capped, curated set); GET /v2/templates composes it with the pagination block via ListTemplatesResponse.