latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-136401.1 MB

cbbe796a13a0

Organization

Get a linked workspace audit log entry

Get a single audit log entry, including its metadata and forensic details, for a linked Runway workspace you administer. Authorized via the account link between this API project and the workspace.

get/v1/organization/webapp/audit_logs/{eventId}

Path parameters

eventIdstring uuid required

The eventId of an entry returned by the list endpoint.

Query parameters

organizationIdstring uuid

Organization to report on. Optional when this API project is linked to a single organization; required when it is linked to more than one.

Headers

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

The version of the RunwayML API being used. You can read more about versioning here.

Response

Success

eventIdstring uuid required

Unique identifier of the entry.

timestampstring 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.

actorUsernamestring nullable required

Username of the user who performed the action.

actorEmailstring nullable required

Email of the user who performed the action.

actorDeletedboolean required

Whether the acting user has since been deleted.

workspaceIdinteger required

ID of the owning workspace.

workspaceNamestring required

Name of the owning workspace.

resourceTypestring nullable required

Type of the affected resource, if any. Currently one of account_link, agent_custom_skill, asset, brand_kit, generation, invite_link, membership, organization, permission, promotion, session, shared_asset, sso_config, sso_domain_registration, subscription, team_settings, user, user_group, video_project, workspace, or workspace_tag. New types may be added over time, so treat this as an open set.

resourceIdstring nullable required

ID of the affected resource, if any.

clientIpAddressstring required

IP address of the client that performed the action.

userAgentstring nullable required

User-Agent header of the client request.

requestIdstring nullable required

Request ID for correlation with other logs.