v2

latestOpenAPI 3.1.0LicenseRef-Convex2026-07-264790136.4 KB
Teams

List audit log events

List a team's audit log events within a time range, with optional filters.

get/teams/{team_id}/list_audit_log_events

Path parameters

team_idinteger required

Team ID

Query parameters

frominteger required

Start of the time range, in milliseconds since epoch.

tointeger required

End of the time range, in milliseconds since epoch.

memberIdinteger

Only return events performed by this member.

action'team:join' | 'team:create' | 'team:update' | 'team:delete' | 'project:create' | 'project:transfer' | 'project:receive' | 'project:update' | 'project:delete' | 'defaultEnvironmentVariable:create' | 'defaultEnvironmentVariable:update' | 'defaultEnvironmentVariable:delete' | 'deployment:create' | 'deployment:delete' | 'member:invite' | 'member:cancelInvitation' | 'member:remove' | 'member:updateRole' | 'project:updateMemberRole' | 'billing:paymentMethod:update' | 'billing:contact:update' | 'billing:address:update' | 'billing:subscription:create' | 'billing:subscription:resume' | 'billing:subscription:cancel' | 'billing:subscription:changePlan' | 'team:token:create' | 'team:token:update' | 'team:token:delete' | 'team:token:view' | 'project:token:create' | 'project:token:update' | 'project:token:delete' | 'project:token:view' | 'deployment:token:create' | 'deployment:token:update' | 'deployment:token:delete' | 'deployment:token:view' | 'deployment:customDomain:create' | 'deployment:customDomain:delete' | 'deployment:backups:create' | 'deployment:backups:import' | 'deployment:backups:configurePeriodic' | 'deployment:backups:disablePeriodic' | 'deployment:backups:delete' | 'team:disableExceedingSpendingLimits' | 'billing:spendingLimit:update' | 'team:applyReferralCode' | 'oauthApplication:create' | 'oauthApplication:update' | 'oauthApplication:delete' | 'oauthApplication:verify' | 'oauthApplication:generateClientSecret' | 'integration:workos:team:create' | 'integration:workos:environment:create' | 'integration:workos:environment:delete' | 'integration:workos:environment:retrieveCredentials' | 'integration:workos:team:disconnect' | 'integration:workos:team:inviteMember' | 'integration:workos:projectEnvironment:create' | 'integration:workos:projectEnvironment:delete' | 'integration:workos:projectEnvironment:retrieveCredentials' | 'sso:enable' | 'sso:disable' | 'sso:update' | 'deployment:transfer' | 'deployment:receive' | 'deployment:update' | 'customRole:create' | 'customRole:update' | 'customRole:delete'
limitinteger nullable

Maximum number of events to return (1-100, defaults to 15).

cursorstring nullable

Cursor from a previous response to fetch the next page.

Response