Skip to main content
Inspect logs and traces when runtime work fails, slows down, or needs audit context.

Steps

  1. Start from the project that owns the work.
  2. Check logs for runtime output and operational messages.
  3. Check traces for request and execution paths.
  4. Check errors for failure type, message, and affected resource.
  5. Open run events when the issue belongs to an agent, job, or workflow.

Try it with REST

Search recent error logs: GET /projects/{project_reference}/logs?level=error&limit=50
Terminal
Search traces for a request or run: GET /projects/{project_reference}/traces?limit=50
Terminal

API surfaces

Verify

Open the newest matching log or trace. Follow the related run, deployment, or request ID to the owning resource.

Choose a signal

Next

API reference