List Audit log items for Organization
GET/v1/organizations/:organizationId/auditlogs
This endpoint returns the list of Audit log items for a given Organization and the result can be optionally filtered by Product and/or Config and/or Environment.
Request
Path Parameters
The identifier of the Organization.
Query Parameters
The identifier of the Product.
The identifier of the Config.
The identifier of the Environment.
Filter Audit logs by Audit log type.
Filter Audit logs by starting UTC date.
Filter Audit logs by ending UTC date.
Responses
- 200
- 400
- 404
- 429
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Possible values: [productCreated
, productChanged
, productOwnershipTransferred
, productDeleted
, productsReordered
, teamMemberInvited
, teamMemberInvitationRevoked
, teamMemberJoined
, teamMemberPermissionGroupChanged
, teamMemberRemoved
, teamMemberLeft
, teamMemberInvitationChanged
, teamMemberInvitationResent
, teamMemberInvitationRejected
, configCreated
, configChanged
, configDeleted
, configsReordered
, environmentCreated
, environmentChanged
, environmentDeleted
, environmentsReordered
, settingCreated
, settingChanged
, settingDeleted
, settingsReordered
, settingValueChanged
, webHookCreated
, webHookChanged
, webHookDeleted
, permissionGroupCreated
, permissionGroupChanged
, permissionGroupDeleted
, permissionGroupDefault
, apiKeyAdded
, apiKeyRemoved
, integrationAdded
, integrationChanged
, integrationRemoved
, apiKeyConnected
, integrationLinkAdded
, integrationLinkRemoved
, organizationAdded
, organizationRemoved
, organizationChanged
, organizationSubscriptionTypeChanged
, organizationAdminChanged
, organizationAdminLeft
, twoFactorDisabledForMember
, tagAdded
, tagChanged
, tagRemoved
, settingTagAdded
, settingTagRemoved
, publicApiAccessTokenAdded
, publicApiAccessTokenRemoved
, domainAdded
, domainVerified
, domainRemoved
, domainSamlConfigured
, domainSamlDeleted
, autoProvisioningConfigurationChanged
, samlIdpConfigurationAdded
, samlIdpConfigurationRemoved
, samlIdpConfigurationUpdated
, autoProvisioningEnabledChanged
, organizationMemberJoined
, organizationMemberProductJoinRequested
, organizationMemberProductJoinRequestRejected
, organizationMemberProductJoinRequestApproved
, organizationMemberRemoved
, codeReferencesUploaded
, codeReferenceDeleted
, codeReferenceStaleBranchDeleted
, segmentCreated
, segmentChanged
, segmentDeleted
, webhookSigningKeyDeleted
, webhookSigningKeyCreated
, userProvisioningConfigurationChanged
, syncGroupProvisioningRuleChanged
, syncGroupsReordered
, syncUserProvisioningEnabled
, syncUserProvisioningDisabled
, userEmailChanged
, userFullNameChanged
, userDisabled
]
[
{
"auditLogId": 0,
"auditLogDateTime": "2024-07-29T15:51:28.071Z",
"auditLogTypeEnum": "productCreated",
"changeSetId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"truncated": true,
"auditLogType": "string",
"userEmail": "string",
"userName": "string",
"where": "string",
"why": "string",
"actionTarget": "string",
"details": "string"
}
]
Bad request.
Not found.
Too many requests. In case of the request rate exceeds the rate limits.