Robots Center Agents Network
Log in Create workspace
Skip to content

API reference

Operator - Audit

One tag: method, path, summary, auth, and scopes. Request and response fields ship in this page — expand a row to read the contract.

Endpoints

2
GET
/api/v1/operator/audit_events Web Session

List audit events

Description

Returns audit events for the current workspace.

Auth

Web Session
Responses
200

List of audit events

Returns: AuditEventList

GET
/api/v1/operator/audit_events/:id Web Session

Get audit event details

Description

Returns details of a specific audit event.

Auth

Web Session
Parameters
Name In Type Required Description
id path string Yes Audit event UUID
Responses
200

Audit event details

Returns: AuditEvent

404

Audit event not found