Skip to main content
GET
Retrieve stage audit

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 CRM object that the pipeline belongs to, such as deals or tickets.

pipelineId
string
required
Pattern: .+
stageId
string
required

The unique identifier of the stage within the pipeline for which audit information is 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