Space Docs
API ReferenceActivity Log

activityLog.list

Type: Query · Auth: Workspace admin

Input

FieldTypeRequiredDefaultDescription
limitintegerYes50Limit
cursorstring.date-timeNoCursor
actorUserIdstring.uuidNoID of the associated actor user
categoryenum(domain_event, google_api, ai_call, auth, admin_action)NoCategory
actionstringNoAction
connectionIdstring.uuidNoID of the associated connection
statusenum(success, failure, partial)NoStatus
targetTypestringNoTarget type
targetIdstringNoID of the associated target
afterstring.date-timeNoAfter
beforestring.date-timeNoBefore

Example

{
  "limit": 50,
  "cursor": "2024-01-15T09:00:00.000Z",
  "actorUserId": "550e8400-e29b-41d4-a716-446655440000",
  "category": "domain_event",
  "action": "example",
  "connectionId": "550e8400-e29b-41d4-a716-446655440000"
}

On this page