We use cookies to understand how people use Depot.
Depot CI

Depot CI logs

Find a workflow run

Go to the Depot CI page to see workflow runs across your repositories. The sidebar lists runs with their workflow name, repository, status, and relative timestamp. Click a workflow run to open its details.

Depot CI workflow runs

Use these controls to find the run you need:

  • Search: Type in the search box at the top to filter workflows by name.
  • Status tabs: Click All, Running, Failed, or Passed to filter by run status. You can also filter by repository, trigger, SHA, run ID, PR number or workflow ID.

From the command line, you can use depot ci run list to list recent queued and running runs, and depot ci status to view the status of a specific run.

View logs for a job

Select a job to load its logs. The log viewer displays the full output organized by step. Each step shows its name on the left and duration on the right. A visual timing bar indicates relative duration for longer-running steps.

Depot CI job logs

Click a step name to collapse or expand its log output. Use Expand all in the toolbar to open all steps at once. Use the filter box to search logs by keyword, and the download or copy buttons to export the log output.

Depot CI job logs

You can also fetch logs from the command line with depot ci logs, which streams the log output for a specific job attempt to stdout.