Skip to main content
GET
List template versions
Lists all published versions of a single template, so you can show a version history or resolve the latest. The lookup is scoped to your own templates; another account’s template with the same name is invisible.
For the versions of a curated template, call GET /templates/global/{namespace}/{name} instead, e.g. https://www.orgo.ai/api/templates/global/system/claude-code.

Path parameters

string
required
Template namespace. Your own templates default to default.
string
required
Template name.

Response

array
Array of template list items, one per published version. Each has ref, digest, published, and the full template document.

Example

Response

Errors

Authorizations

Authorization
string
header
required

API key authentication. Get your key at orgo.ai/workspaces

Path Parameters

namespace
string
required

Template namespace.

name
string
required

Template name.

Response

Versions

versions
object[]