List session events
Returns run event envelopes filtered to this session's durable run.session.* events. since_seq uses the owning run event sequence.
Query parameters
Response
Session-scoped run events
Example response
{
"data": [
{
"seq": 42,
"parallel_branch_id": "review_fork@3:1",
"event": "stage.started"
}
]
}Changes
Changed in 5 of the 134 revisions of this API.64
- ▲
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
- ▲
- ○
removed
anonymousdiscriminator mapping keys from thedata/items/allOf[RunEvent]/actor/oneOf[Principal]/response property for the response status200response-property-discriminator-mapping-deleted
- ○
removed
PrincipalAnonymousfrom thedata/items/allOf[RunEvent]/actor/oneOf[Principal]/response propertyoneOflist for the response status200response-property-one-of-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the optional property
meta/totalto the response with the200statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○