List My Templates

List workflow templates created by the caller in the current workspace. Returns only templates owned by the caller; templates shared by other workspace members or platform starter templates are not included — use `GET /api/v1/templates` for the full gallery. Supports offset-based pagination via `offset` / `limit`. Combine `category`, `search`, and `favorites_only` to narrow results; multiple `category` values are OR'd.

Authentication

AuthorizationBearer
Clerk JWT token

Headers

X-Workspace-Idstring or nullOptional

Query parameters

categorylist of enums or nullOptional

Repeat for OR, e.g. ?category=media&category=creative

Allowed values:
searchstring or nullOptional<=100 characters

Full-text search against template name and description.

sortenumOptionalDefaults to recent

Sort order: recent (last updated), name (A–Z), or uses (most used).

Allowed values:
offsetintegerOptional>=0Defaults to 0
Number of results to skip for pagination.
limitintegerOptional1-100Defaults to 20

Maximum number of results to return (1–100).

favorites_onlybooleanOptionalDefaults to false

Response

Successful Response
datalist of objects
metaobject
paginationobject

Errors

422
Unprocessable Entity Error