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

cbbe796a13a0

Organization

List linked workspace 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.

get/v1/organization/webapp/audit_logs

Query parameters

cursorstring

Cursor from a previous response for fetching the next page of results.

limitinteger required

The maximum number of items to return per page.

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.

workspaceIdsstring

Restrict results to these workspace IDs, as a comma-separated list of up to 50 IDs. Defaults to every workspace you administer in the organization.

actionsstring

Restrict results to these audit log actions, as a comma-separated list of up to 50 actions. Allowed values: 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.

actorEmailsstring

Restrict results to entries performed by the users with these emails, as a comma-separated list of up to 50 emails.

fromstring date-time

Start of the time window (inclusive), ISO-8601 datetime.

tostring date-time

End of the time window (exclusive), ISO-8601 datetime.

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

hasMoreboolean required

Whether there are more items available after this page.

nextCursorstring nullable required

Cursor to use for fetching the next page, or null if there are no more pages.