Skip to main content

Activity Commands

See Activity module docs for permissions and data model.

soat list-activity

List activity feed entries

  • Method: GET
  • Path: /api/v1/activity

Usage

soat list-activity

Options

--project-id

Project ID (required if not using project key auth)

  • Source: query
  • Required: no
  • Type: string
  • Example: proj_V1StGXR8Z5jdHi6B
--kind

Filter by activity kind

  • Source: query
  • Required: no
  • Type: enum("action_executed", "approval_resolved", "exception_created", "schedule_fired")
--severity

Filter by severity

  • Source: query
  • Required: no
  • Type: enum("info", "warning", "critical")
--cursor

Opaque cursor from a previous page's next_cursor

  • Source: query
  • Required: no
  • Type: string
--limit

Maximum number of results to return

  • Source: query
  • Required: no
  • Type: integer
  • Default: 50