List public templates
Returns the public template catalog. source selects which slice:
official (the default) is Runpod-curated templates, verified is
community templates Runpod has verified, and community is everything
else other users have shared publicly. Both pod and serverless
templates appear — use each entry’s serverless flag to tell them
apart. registry is always null for templates you don’t own. Your own
templates (public or private) are managed under /v2/templates; fetch
any individual template — catalog or owned — via /v2/templates/{id}.
At most 100 templates are returned. Pagination is not yet supported.
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