Skip to main content
GET
Get trail moment

Authorizations

Authorization
string
header
required

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

Path Parameters

flow_name
string
required
trail_name
string
required
moment_expression
string
required
org
string
required

Response

Successful Response

A moment with each attestation's stored body joined onto its slot entry.

moment_number
integer
required

Address of this moment within the trail's series

created_at
number
required

Unix timestamp at which the moment was recorded

template_id
string
required

Id of the flow template the moment was evaluated against

compliance_status
Compliance Status · object
required

Compliance slots as at the moment, each attestation entry carrying the fields of its stored attestation. Untyped because a joined body carries whatever fields its attestation type defines.

Last modified on September 7, 2026