Skip to main content
get/contacts/{contactId}/events

List events by contact

LLM
View as Markdown
Open llms.txt

Returns the timeline of events recorded for a contact.

Authorization

Scheme

  • bearerAuth

Required scopes

  • event:list

Allowed roles

  • owner
  • admin
  • agent

List events for a contact.

Parameters

  • Name
    contactId
    Type
    path string
    Description
    Required parameter.
  • Name
    pageSize
    Type
    query integer
    Description
    Optional parameter.
  • Name
    pageToken
    Type
    query string
    Description
    Optional parameter.
  • Name
    eventTypeId
    Type
    query string
    Description
    Optional parameter.

Responses

  • 200

    List of events

    • application/json EventsResponse
  • default

    Error

    • application/json ProblemDetails