Events

Query events with filters

get/api/events

Query parameters

category'tool' | 'skill' | 'session' | 'api' | 'task' | 'workflow' | 'system'
event'tool.start' | 'tool.end' | 'skill.invoke' | 'skill.complete' | 'session.start' | 'session.end' | 'session.resume' | 'session.cost' | 'api.request' | 'api.error' | 'task.poll' | 'task.assign' | 'task.timeout' | 'workflow.step.start' | 'workflow.step.end' | 'workflow.run.start' | 'workflow.run.end' | 'system.boot' | 'system.migration' | 'system.error' | 'system.profile_sync_rejected' | 'system.profile_sync_reconciled' | 'script.global_upsert' | 'schedule.deleted'
status'ok' | 'error' | 'timeout' | 'skipped'
source'worker' | 'api' | 'hook' | 'scheduler' | 'cli'
agentIdstring
taskIdstring
sessionIdstring
dataFieldstring
sincestring
untilstring
limitinteger

Response

List of events

Changes

Changed in 2 of the 104 revisions of this API.24

  • 5c232466267423See the full diff
    • added the new system.profile_sync_reconciled enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new system.profile_sync_rejected enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new optional query request parameter dataField

      new-optional-request-parameter

    • added the new enum value system.profile_sync_reconciled to the query request parameter event

      request-parameter-enum-value-added

    • added the new enum value system.profile_sync_rejected to the query request parameter event

      request-parameter-enum-value-added

    • added the media type application/json for the response with the status

      response-media-type-added