---
title: "List linked workspace audit logs"
method: GET
path: "/v1/organization/webapp/audit_logs"
tags: ["Organization"]
---

# List linked workspace audit logs

`GET /v1/organization/webapp/audit_logs`

List audit log entries for the linked Runway workspaces you administer, newest first. Authorized via the account link between this API project and the workspace.

## Query parameters

- `cursor` string
- `limit` integer, required
- `organizationId` string, uuid
- `workspaceIds` string
- `actions` string
- `actorEmails` string
- `from` string, date-time
- `to` string, date-time

## Headers

- `X-Runway-Version` '2024-11-06', required

## Response `200`

Success

- object
  - `data` object[], required — The list of items for the current page.
    - `eventId` string, uuid, required — Unique identifier of the entry.
    - `timestamp` string, date-time, required — When the action occurred.
    - `action` 'UserLogin' | 'PasswordChanged' | 'EmailChangeRequested' | 'EmailChanged' | 'UserRegistered' | 'UserAccountDeleted' | 'WorkspaceCreated' | 'WorkspaceDeleted' | 'MemberInvited' | 'MemberRemoved' | 'MemberRoleChanged' | 'InviteAccepted' | 'TeamSettingsUpdated' | 'InviteLinkToggled' | 'UserGroupCreated' | 'UserGroupDeleted' | 'UserGroupMemberAdded' | 'UserGroupMemberRemoved' | 'SSOLogin' | 'SSOUserProvisioned' | 'SSOConfigCreated' | 'SSOUserAutoAddedToTeam' | 'SSODomainRegistrationCloned' | 'AssetCreated' | 'AssetUpdated' | 'AssetDeleted' | 'AssetDownloaded' | 'AssetShared' | 'AssetUnshared' | 'PermissionGranted' | 'PermissionUpdated' | 'PermissionRevoked' | 'PermissionAccepted' | 'SubscriptionCancelled' | 'SubscriptionPlanSwitched' | 'CreditsTransferred' | 'SeatsTransferred' | 'SessionShared' | 'SessionUnshared' | 'VideoProjectShared' | 'VideoProjectUnshared' | 'BrandKitShared' | 'BrandKitUnshared' | 'AgentCustomSkillCreated' | 'AgentCustomSkillDeleted' | 'AgentCustomSkillShared' | 'AgentCustomSkillUnshared' | 'AgentSessionShared' | 'AgentSessionUnshared' | 'AgentConnectorLinkTokenCreated' | 'AgentConnectorConnected' | 'AgentConnectorDisconnected' | 'AgentConnectorAssetExported' | 'AgentConnectorSessionEnabled' | 'AgentConnectorSessionDisabled' | 'GenerationCreated' | 'AccountLinkCreated' | 'AccountLinkDeleted' | 'OrganizationSettingsUpdated' | 'OrganizationDisabledModelsUpdated' | 'WorkspaceCountryLockUpdated' | 'WorkspaceTagCreated' | 'WorkspaceTagUpdated' | 'WorkspaceTagDeleted' | 'WorkspaceTagAssigned' | 'WorkspaceTagUnassigned' | 'MeteredBillingConfigUpdated' | 'MeteredBillingRefillTriggered' | 'MeteredBillingRetryTriggered' | 'EnterpriseSpendCapEnforcementUpdated', required — The action performed.
    - `actorUsername` string, nullable, required — Username of the user who performed the action.
    - `actorEmail` string, nullable, required — Email of the user who performed the action.
    - `actorDeleted` boolean, required — Whether the acting user has since been deleted.
    - `workspaceId` integer, required — ID of the owning workspace.
    - `workspaceName` string, required — Name of the owning workspace.
  - `hasMore` boolean, required — Whether there are more items available after this page.
  - `nextCursor` string, nullable, required — Cursor to use for fetching the next page, or null if there are no more pages.

---

[API](https://skmtc.net/runwayml/apis/runwayml-api.md) · [All operations](https://skmtc.net/runwayml/apis/runwayml-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/runwayml/runwayml-api/revisions/cbbe796a13a0/schema)
