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-Id
Query parameters
category
Repeat for OR, e.g. ?category=media&category=creative
Allowed values:
search
Full-text search against template name and description.
sort
Sort order: recent (last updated), name (A–Z), or uses (most used).
Allowed values:
offset
Number of results to skip for pagination.
limit
Maximum number of results to return (1–100).
favorites_only
Response
Successful Response
data
meta
pagination
Errors
422
Unprocessable Entity Error

