Start with the question
Correlation identifiers
Collect identifiers before opening a support case:
The structured log field historically named
jobId may carry an Endpoint Execution ID. In operator-facing workflows, interpret it as Execution ID unless you are viewing a durable Job record.
Activity and version history
Activity is snapshot-backed resource history. It supports:- resource-type inclusion and exclusion;
- exact resource and creator filters;
- term search;
- absolute or relative time windows;
- cursor pagination;
- sanitized top-level diffs;
- loading one full accessible historical version.
Activity is resource change evidence. It does not replace execution Trace or business-specific audit history such as Database row audit.
Logs
Open Security Admin → Logs for instance-wide structured logs. Filter early by time and identifiers, then narrow by service, severity, event name, account, or execution context. Good diagnostic filters are:- a tight UTC time range;
- Operation ID or Execution ID;
- the Endpoint, Component, Job, Agent, or account identifier;
- warning and error severity;
- one lifecycle or event name.
Trace
Open Security Admin → Trace to follow an operation across service boundaries. Trace is most useful for:- matching ingress to downstream execution;
- locating the slow or failing segment;
- separating an authorization failure from a runtime failure;
- distinguishing queue acceptance from actual processing;
- correlating a webhook, event, job, or Agent dispatch.
Endpoint statistics
Endpoint statistics summarize invocation volume and execution outcomes. Use them to locate a regression or traffic change, then open a representative Trace rather than drawing a root-cause conclusion from an aggregate alone. The statistics surface is cached briefly, so it is optimized for operational trends rather than an exact per-second ledger.Job and event evidence
For background work, use this order:Database audit
Database row audit is a separate domain-specific ledger for Tables with audit enabled. It records insert, update, and delete snapshots from the enablement point onward, together with actor, row, operation, and time. Use the cross-Table Databases → Audit grid for investigation and the Table-specific audit route for one data source. Open one audit event to load complete before/after detail.Instance Usage
Instance Usage combines current inventory and consumption signals, including:- accounts, groups, permissions, and API keys;
- database, materialized-view, and audit storage;
- file transfer and size;
- Components, Endpoints, templates, schedules, events, webhooks, and processing time;
- Secret counts;
- Assistant token usage by period, model, account, and day.
Sensitive data
Operational evidence is sanitized at platform boundaries, but application-authored logs can still expose data if you log it yourself. When reporting a problem, share IDs, timestamps, sanitized status/error text, and reproduction steps. Replace tokens with variable names such as$REVO_API_KEY.
A practical investigation
When an asynchronous integration appears stuck:- Capture UTC time, Job ID, and the initiating Event or Schedule ID.
- Check whether the Job is pending, processing, terminal, or part of a retry chain.
- Confirm the execution principal is active and still has required roles and ACL access.
- Inspect job logs for the first application error.
- Follow the Operation ID in Trace if dispatch or an external call is unclear.
- Inspect Event History to distinguish a filtered target from a failed execution.
- Verify any expected Storage artifact is finalized.
- Retry only after deciding whether previous external side effects may have completed.
Production checklist
- Emit compact structured application logs.
- Pass stable business correlation IDs through integrations.
- Capture Operation ID, Execution ID, and durable object IDs.
- Separate accepted, processing, and terminal states in your UI.
- Set retention appropriate to your compliance needs.
- Alert on terminal failures and retry exhaustion, not transient queue states alone.
- Review Usage trends by UTC period and by execution principal.
- Redact evidence before sharing it outside the instance.
Related guides
Endpoints
Operate synchronous application APIs.
Automation
Understand Job, Event, Schedule, and Webhook evidence.
Databases
Enable and investigate row-level audit history.
AI and Agents
Inspect Assistant threads, Agent runs, approvals, and tool activity.

