List trails
List trails
List Trails of a Flow.
GET
List trails
Documentation Index
Fetch the complete documentation index at: https://docs.kosli.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The page number of response
Required range:
x >= 1How many results to return per page of response
Required range:
1 <= x <= 100Response
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 May 26, 2026