List trails for organization
Get a paginated list of trails for an organization based on filters provided as query parameters.
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.
Path Parameters
Query Parameters
The name of the flow to filter trails by
Filter trails by flows that have this tag (format: key=value, e.g., team=backend)
The fingerprint of the artifact reported to the trail or trails
The page number of response
x >= 1How many results to return per page of response
1 <= x <= 100Response
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.