Steps
- Start from the project that owns the work.
- Check logs for runtime output and operational messages.
- Check traces for request and execution paths.
- Check errors for failure type, message, and affected resource.
- 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
GET /projects/{project_reference}/traces?limit=50
Terminal