Skip to main content
GET
List trails for organization

Authorizations

Authorization
string
header
required

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

Path Parameters

org
string
required

Query Parameters

flow
string | null

The name of the flow to filter trails by

flow_tag
string | null

Filter trails by flows that have this tag (format: key=value, e.g., team=backend)

fingerprint
string | null

The fingerprint of the artifact reported to the trail or trails

page
integer | null
default:1

The page number of response

Required range: x >= 1
per_page
integer | null
default:20

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