Skip to main content
GET
List tent templates

Authorizations

Authorization
string
header
required

Workspace API key, e.g. Authorization: Bearer tented_.... Create keys in Workspace Settings → API Keys.

Query Parameters

status
enum<string>
default:any

Filter by approval status.

Available options:
any,
draft,
approved
sort_by
enum<string>
default:updated_at

Sort key. Applies only when status is any.

Available options:
updated_at,
created_at,
name
sort_order
enum<string>
default:desc

Sort direction.

Available options:
asc,
desc
limit
integer
default:25

Results per page (1–100).

Required range: 1 <= x <= 100
cursor
string

Opaque cursor from a previous response’s next_cursor.

Response

A page of tent templates.

templates
object[]
required

Tent templates in this page.

next_cursor
string

Cursor for the next page. Absent when the list is exhausted.