Skip to main content
GET
List run templates

Authorizations

X-API-Key
string
header
required

API key for authentication

Query Parameters

page_size
integer
default:50

Maximum number of results per page

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

Opaque pagination token from previous response

tag_filters
string[]

Filter run templates by tags. A resource matches when it has ALL the listed tags (AND-semantics).

Repeat the parameter for each tag (e.g., ?tag_filters=nightly&tag_filters=voice).

Maximum array length: 20

Response

Run templates retrieved successfully

run_templates
object[]
required
next_page_token
string | null

Token for fetching next page (null if no more results)

Example:

"eyJvZmZzZXQiOjUwfQ=="

total_count
integer

Total count of templates matching filter

Example:

25