Skip to main content
GET
Retrieve audit logs

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

objectType
string
required

The type of object the pipeline is associated with, such as deals or tickets.

pipelineId
string
required

The unique identifier of the pipeline for which audit logs are being retrieved.

Response

successful operation

results
object[]
required

An array of PublicAuditInfo objects, each representing an individual audit log entry. These entries contain details about actions performed, identifiers, portal IDs, and other relevant audit information.

Last modified on September 9, 2026