Sessions

List session events

Returns run event envelopes filtered to this session's durable run.session.* events. since_seq uses the owning run event sequence.

get/api/v1/sessions/{id}/events

Query parameters

since_seqinteger
limitinteger

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 ParallelBranchId subschema #2 to the data/items/allOf[RunEvent]/parallel_branch_id response property oneOf list for the response status 200

      response-property-one-of-added

    • the data/items/allOf[RunEvent]/parallel_branch_id response's property type/format changed from string null/ to / for status 200

      response-property-type-changed

  • 3c01c6d3d31e21See the full diff
    • the response property data/items/allOf[RunEvent]/parallel_branch_id became nullable for the status 200

      response-property-became-nullable

    • the data/items/allOf[RunEvent]/parallel_branch_id response's property type/format changed from / to string null/ for status 200

      response-property-type-changed

    • removed ParallelBranchId subschema #2 from the data/items/allOf[RunEvent]/parallel_branch_id response property oneOf list for the response status 200

      response-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 ParallelBranchId subschema #2 to the data/items/allOf[RunEvent]/parallel_branch_id response property oneOf list for the response status 200

      response-property-one-of-added

    • the data/items/allOf[RunEvent]/parallel_branch_id response's property type/format changed from string null/ to / for status 200

      response-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 anonymous discriminator mapping keys from the data/items/allOf[RunEvent]/actor/oneOf[Principal]/ response property for the response status 200

      response-property-discriminator-mapping-deleted

    • removed PrincipalAnonymous from the data/items/allOf[RunEvent]/actor/oneOf[Principal]/ response property oneOf list for the response status 200

      response-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/total to the response with the 200 status

      response-optional-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog