List trails
List trails
List Trails of a Flow.
GET
List trails
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The page number of response
How many results to return per page of response
Response
200 - application/json
Successful Response
- ListTrails · object
- GetTrail · object[]
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.
Last modified on April 16, 2026