Skip to main content

List Audit log items for Product

GET 

/v1/products/:productId/auditlogs

This endpoint returns the list of Audit log items for a given Product and the result can be optionally filtered by Config and/or Environment.

Request

Path Parameters

    productId uuidrequired

    The identifier of the Product.

Query Parameters

    configId uuid

    The identifier of the Config.

    environmentId uuid

    The identifier of the Environment.

    auditLogType any

    Filter Audit logs by Audit log type.

    fromUtcDateTime date-time

    Filter Audit logs by starting UTC date.

    toUtcDateTime date-time

    Filter Audit logs by ending UTC date.

Responses

Schema

  • Array [

  • auditLogId int64
    auditLogDateTime date-time
    auditLogTypeEnum AuditLogType

    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, organizationAdminDisabled2FA, tagAdded, tagChanged, tagRemoved, settingTagAdded, settingTagRemoved, publicApiAccessTokenAdded, publicApiAccessTokenRemoved, domainAdded, domainVerified, domainRemoved, domainSamlConfigured, domainSamlDeleted, autoProvisioningConfigurationChanged, samlIdpConfigurationAdded, samlIdpConfigurationRemoved, samlIdpConfigurationUpdated, organizationMemberJoined, organizationMemberProductJoinRequested, organizationMemberProductJoinRequestRejected, organizationMemberProductJoinRequestApproved, codeReferencesUploaded, codeReferenceDeleted, codeReferenceStaleBranchDeleted, segmentCreated, segmentChanged, segmentDeleted, webhookSigningKeyDeleted, webhookSigningKeyCreated]

    changeSetId uuidnullable
    truncated boolean
    auditLogType stringnullable
    userEmail stringnullable
    userName stringnullable
    where stringnullable
    why stringnullable
    actionTarget stringnullable
    details stringnullable
  • ]

Loading...