Get a paginated list of trails for an organization based on filters provided as query parameters.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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
How many results to return per page of response
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.