Files
workos-openapi-agent/skills/audit-logs/SKILL.md
a2a-platform 85db61186e deploy
2026-06-27 01:05:11 +00:00

2.1 KiB

name, description
name description
audit-logs-routes Handle 6 OpenAPI operation(s) under /audit_logs for the audit logs route group.

audit logs API Routes

Handle 6 OpenAPI operation(s) under /audit_logs for the audit logs route group.

Use the generated operation tools to make real API calls. Do not invent API responses. If a tool reports missing setup, return the exact setup field name to the caller. For write, update, or delete operations, state the intended action before calling the tool.

Operations

audit_log_validators_controller_list

  • Operation ID: audit_log_validators_controller_list
  • Route: GET /audit_logs/actions
  • Mode: READ
  • Summary: List Actions
  • Parameters:
    • before in query
    • after in query
    • limit in query
    • order in query

audit_log_validator_versions_controller_create

  • Operation ID: audit_log_validator_versions_controller_create
  • Route: POST /audit_logs/actions/{actionName}/schemas
  • Mode: WRITE
  • Summary: Create Schema
  • Parameters:
    • actionName in path required
  • Body: JSON request body accepted.

audit_log_validator_versions_controller_schemas

  • Operation ID: audit_log_validator_versions_controller_schemas
  • Route: GET /audit_logs/actions/{actionName}/schemas
  • Mode: READ
  • Summary: List Schemas
  • Parameters:
    • actionName in path required
    • before in query
    • after in query
    • limit in query
    • order in query

audit_log_events_controller_create

  • Operation ID: audit_log_events_controller_create
  • Route: POST /audit_logs/events
  • Mode: WRITE
  • Summary: Create Event
  • Parameters:
    • idempotency-key in header
  • Body: JSON request body accepted.

audit_log_exports_controller_exports

  • Operation ID: audit_log_exports_controller_exports
  • Route: POST /audit_logs/exports
  • Mode: WRITE
  • Summary: Create Export
  • Body: JSON request body accepted.

audit_log_exports_controller_export

  • Operation ID: audit_log_exports_controller_export
  • Route: GET /audit_logs/exports/{auditLogExportId}
  • Mode: READ
  • Summary: Get Export
  • Parameters:
    • auditLogExportId in path required