List recent query traces

get/api/v1/{context_id}/traces

Path parameters

context_idstring required

Spectron context id

Query parameters

limitinteger

Max traces to return (default 100, max 500)

cursorstring

Continuation token from the previous page's page.nextCursor

countboolean

Also return page.totalSize (costs a full count of the visible traces)

Response

Changes

Changed in 3 of the 5 revisions of this API.26

    • added the new optional query request parameter count

      new-optional-request-parameter

    • added the new optional query request parameter cursor

      new-optional-request-parameter

    • added the non-success response with the status 503

      response-non-success-status-added

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

      response-required-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

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

      response-optional-property-removed

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

      response-optional-property-removed

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