List Run Events
Returns a paginated JSON list of stored run events. Ascending order uses since_seq as an inclusive cursor. Descending order uses before_seq as an exclusive cursor and starts at the newest event when before_seq is omitted.
Path parameters
Unique run identifier (ULID).
Query parameters
First event sequence number to include.
Maximum number of events to return.
Exclusive upper event sequence cursor for descending order. Omit on the first descending request to start from the newest event.
Event sequence order. since_seq is valid only with asc; before_seq is valid only with desc.
Response
Paginated list of run events
Example response
{
"data": [
{
"seq": 42,
"parallel_branch_id": "review_fork@3:1",
"event": "stage.started"
}
]
}Changes
Changed in 12 of the 135 revisions of this API.6619
- ▲
added
ParallelBranchIdsubschema #2to thedata/items/allOf[RunEvent]/parallel_branch_idresponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
the
data/items/allOf[RunEvent]/parallel_branch_idresponse's property type/format changed fromstringnull/to/for status200response-property-type-changed
- ▲
- ▲
the response property
data/items/allOf[RunEvent]/parallel_branch_idbecame nullable for the status200response-property-became-nullable
- ▲
the
data/items/allOf[RunEvent]/parallel_branch_idresponse's property type/format changed from/tostringnull/for status200response-property-type-changed
- ○
removed
ParallelBranchIdsubschema #2from thedata/items/allOf[RunEvent]/parallel_branch_idresponse propertyoneOflist for the response status200response-property-one-of-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
added
ParallelBranchIdsubschema #2to thedata/items/allOf[RunEvent]/parallel_branch_idresponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
the
data/items/allOf[RunEvent]/parallel_branch_idresponse's property type/format changed fromstringnull/to/for status200response-property-type-changed
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the new optional
queryrequest parameterbefore_seqnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterordernew-optional-request-parameter
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
- ●
deleted the
queryrequest parameterbefore_seqrequest-parameter-removed
- ●
deleted the
queryrequest parameterorderrequest-parameter-removed
- ○
removed the non-success response with the status
400response-non-success-status-removed
- ●
- ○
added the new optional
queryrequest parameterbefore_seqnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterordernew-optional-request-parameter
- ○
added the non-success response with the status
400response-non-success-status-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
deleted the
queryrequest parameterbefore_seqrequest-parameter-removed
- ●
deleted the
queryrequest parameterorderrequest-parameter-removed
- ○
removed the non-success response with the status
400response-non-success-status-removed
- ●
- ○
added the new optional
queryrequest parameterbefore_seqnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterordernew-optional-request-parameter
- ○
added the non-success response with the status
400response-non-success-status-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
deleted the
queryrequest parameterbefore_seqrequest-parameter-removed
- ●
deleted the
queryrequest parameterorderrequest-parameter-removed
- ○
removed the non-success response with the status
400response-non-success-status-removed
- ●
- ○
added the new optional
queryrequest parameterbefore_seqnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterordernew-optional-request-parameter
- ○
added the non-success response with the status
400response-non-success-status-added
- ○