List Events Api

get/api/events

Query parameters

event_typestring nullable
hoststring nullable
methodstring nullable
statusinteger nullable
searchstring nullable
appstring nullable
sessionstring nullable
include_ancestorsboolean
after_seqinteger nullable

Return only events inserted after this seq, oldest first.

Return only events inserted after this seq, oldest first.

before_seqinteger nullable

Return only events inserted before this seq (backfill).

Return only events inserted before this seq (backfill).

limitinteger

Response

Successful Response

epochstring required
max_seqinteger required

Changes

Changed in 6 of the 9 revisions of this API.2613

    • for the query request parameter limit, default value was changed from 50 to 200

      request-parameter-default-value-changed

    • the response's body type/format changed from array/ to object/ for status 200

      response-body-type-changed

    • added the new optional query request parameter after_seq

      new-optional-request-parameter

    • added the new optional query request parameter before_seq

      new-optional-request-parameter

    • for the query request parameter limit, the max was increased from 200.00 to 10000.00

      request-parameter-max-increased

    • added the required property epoch to the response with the 200 status

      response-required-property-added

    • added the required property events to the response with the 200 status

      response-required-property-added

    • added the required property max_seq to the response with the 200 status

      response-required-property-added

    • added the new optional query request parameter include_ancestors

      new-optional-request-parameter

    • added the optional property items/hierarchy to the response with the 200 status

      response-optional-property-added

    • added the new test enum value to the items/event_type response property for the response status 200

      response-property-enum-value-added

    • added the new optional query request parameter app

      new-optional-request-parameter

    • added the new optional query request parameter session

      new-optional-request-parameter

    • added the optional property items/app to the response with the 200 status

      response-optional-property-added

    • added the optional property items/session to the response with the 200 status

      response-optional-property-added

    • added the new http_incoming enum value to the items/event_type response property for the response status 200

      response-property-enum-value-added

    • deleted the query request parameter app

      request-parameter-removed

    • deleted the query request parameter session

      request-parameter-removed

    • removed the optional property items/app from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/session from the response with the 200 status

      response-optional-property-removed

    • removed the http_incoming enum value from the items/event_type response property for the response status 200

      response-property-enum-value-removed

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