Get events log for an environment.
Response Headers:
X-Total-Count: Total number of events availableX-Per-Page: Number of events per pageX-Current-Page: Current page numberX-Total-Pages: Total number of pagesLink: Pagination links (first, prev, next, last) when applicablePagination Links Format:
<url?page=1&per_page=15>; rel="first",
<url?page=2&per_page=15>; rel="prev",
<url?page=4&per_page=15>; rel="next",
<url?page=10&per_page=15>; rel="last"
Note: The Link header is only included when there are multiple pages.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Deprecated, use 'start' and 'end' instead. Expression to specify the interval of snapshots to query. Must be two snapshot expressions separated by '..' ie: '5..10', or '~5..NOW'
The page number of response.
x >= 1How many results to return per page of response. min: 1, max: 100
1 <= x <= 100Return results in reverse order. Expected values: True or False. Defaults to False.
Filter events by repo name. Can be repeated for multiple repos, e.g. repo_name=repo1&repo_name=repo2
The start of the interval to query. Can be a positive snapshot index (1, 2, etc.), negative snapshot index (-1 for latest, -2 for second latest, etc.), or time reference ['NOW', '1hour', '1h', '2days', '30mins'], or an exact unix timestamp (1719638400).
The end of the interval to query. Can be a positive snapshot index (1, 2, etc.), negative snapshot index (-1 for latest, -2 for second latest, etc.), or time reference ['NOW', '1hour', '1h', '2days', '30mins'], or an exact unix timestamp (1719638400).
List of environment events with pagination headers
Event type
Name for the environment
Snapshot index number
Artifact name
Artifact fingerprint
Event description
Event timestamp
Deprecated: Pipeline name. Use flows instead.
Deprecated: List of deployment ids for the artifact
The list of flows in which the artifact was reported
Artifact compliance in the snapshot
Environment snapshot compliance
Code diff URL
Links to the environment, artifact, and snapshot