Skip to main content
GET
List trails

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

flow_name
string
required
org
string
required

Query Parameters

page
integer | null
default:1

The page number of response

Required range: x >= 1
per_page
integer | null

How many results to return per page of response

Required range: 1 <= x <= 100

Response

200 - application/json

Successful Response

Response model for listing Trails with pagination.

When pagination is not requested, returns a list of trails directly. When pagination is requested, returns data with optional pagination info.

data
ListTrailItem · object[]
required

List of trails

pagination
ListTrailsPagination · object | null

Pagination info (only present when there are multiple pages)

Last modified on June 18, 2026