Coord Docs
Guides

Use audit logs

Track workspace activity for compliance monitoring and security review.

Monitor what happens in your workspace with a detailed log of every significant action.

Overview

The Audit Logs page provides compliance monitoring and data export for your workspace. Every significant action is recorded — job creation, team changes, runner activity, and more. Each entry captures who performed the action, when it happened, and from which IP address.

This is useful for:

  • Compliance monitoring. Demonstrate to auditors that you track who does what and when.
  • Security review. Investigate unexpected activity, such as unfamiliar IP addresses or actions taken outside normal hours.
  • Team visibility. Understand how your workspace is being used and by whom.

Viewing logs

  1. Open Audit Logs from the workspace sidebar, under Compliance & Audit. You should see a table of recent events sorted by time, with the most recent at the top.
  2. Click on any log entry to expand it and see additional detail about the event.

The log is paginated — use the Prev and Next buttons at the bottom of the table to navigate between pages.

Each entry shows four columns:

ColumnWhat it shows
TimeWhen the event occurred (e.g., "Mar 21, 07:57 PM").
UserWho triggered the event — a person or an AI agent.
EventThe type of action, shown as a badge (e.g., "Job Created," "Invite Sent").
IPThe IP address associated with the action.

Filtering

Use the controls at the top of the page to narrow down the log.

  • Date range. Click the date picker in the top-right corner to select a start and end date. Only events within that range are shown.
  • Event type. Open the event type dropdown to filter by a specific kind of action (e.g., only "Job Created" events). The log updates immediately to show only matching events.
  • User. Open the user dropdown to see events from a specific person or agent.
  • Hide system events. Toggle this on to filter out automated or system-generated events and focus on actions taken by people.

Event types

Common event types include:

EventWhat it means
Workspace CreatedA new workspace was created.
Invite SentAn invitation was sent to a new member.
Invite AcceptedSomeone accepted a workspace invitation.
Job CreatedA new job was added to the workspace.
Job UpdatedA job's details were modified.
Job ReadyA job was moved to the Ready stage.
Worker Claimed JobA runner picked up an agentic job for execution.
Worker Completed AttemptA runner finished an attempt on a job.
Worker UpdatedA runner's configuration was changed.
Job DeletedA job was permanently deleted from the workspace.
Job CanceledA job was canceled before completion.
Job State ChangedA job transitioned between states (e.g., from Ready to In Progress).

Note: The event names above (such as "Worker Claimed Job") are the labels shown in the Coord interface. In documentation, the term "runner" is used to describe the same concept.

This is not an exhaustive list — additional event types may appear as new features are added.

Exporting data

The Audit Logs page includes a Data Export panel below the log table. Use it to export workspace data for external reporting, compliance audits, or importing into other tools.

To export data:

  1. Select a date range using the date picker at the top of the page. The export covers the same date range as the audit log.
  2. In the Data Export panel, choose a Data Type — either Jobs or Attempts.
  3. Choose a Format — either CSV or JSON.
  4. Click Download to export the data. Each export includes up to 10,000 records.

Next steps

On this page