Sessions

List session signals

Returns the signals that occurred in the session, including each signal's scoreEvidence and occurrence stats scoped to the session's traces. Ordered by most recent occurrence first.

get/v1/projects/{projectSlug}/sessions/{sessionId}/signals

Path parameters

projectSlugstring required

Project slug (human-readable identifier)

Project slug (human-readable identifier)

sessionIdstring required

Session identifier lifted from instrumentation. Up to 128 characters.

Session identifier lifted from instrumentation. Up to 128 characters.

Response

Signals of the session

Changes

Changed in 3 of the 69 revisions of this API.35

    • added the required property // to the response with the status

      response-required-property-added

  • a74967b6b97233See the full diff
    • added the new ignored enum value to the /// response property for the response status

      response-property-enum-value-added

    • added the new regressed enum value to the /// response property for the response status

      response-property-enum-value-added

    • added the new resolved enum value to the /// response property for the response status

      response-property-enum-value-added

    • added the required property // to the response with the status

      response-required-property-added

    • added the required property // to the response with the status

      response-required-property-added

    • added the required property // to the response with the status

      response-required-property-added

    • endpoint added

      endpoint-added