Skip to contents

Returns the audit history about a specific case if it exists.

See https://www.paws-r-sdk.com/docs/connectcases_get_case_audit_events/ for full documentation.

Usage

connectcases_get_case_audit_events(
  caseId,
  domainId,
  maxResults = NULL,
  nextToken = NULL
)

Arguments

caseId

[required] A unique identifier of the case.

domainId

[required] The unique identifier of the Cases domain.

maxResults

The maximum number of audit events to return. When no value is provided, 25 is the default.

nextToken

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.