Skip to main content

List Archived Contacts

Returns a list of archived contacts.

Query Parameters
  • start_cursor string

    The start cursor for Keyset pagination.

  • per_page integer

    Possible values: >= 2 and <= 100

    Default value: 50

    The number of records per page to return

  • filter object

    The fields, operations, and values to filter the records by.

    • email object
      oneOf

    • like string required
    • last_name object
      oneOf

    • like string required
    • group_id object
    • eq string required
Responses

OK


Schema

  • start_cursor string

    The current start cursor of the records returned.

  • next_cursor string

    The next cursor to retrieve the next page of records.

  • per_page integer

    The maxumum number of records returned.

  • estimated_remaining_count integer

    The number of remaining records including the returned records, up to a maximum of 500.

  • filtered_by object[]

    The filters applied to the returned record set.

    anyOf

  • email object
    oneOf

  • like string
  • sorted_by object[]

    The sorts applied to the returned record set.

  • records object[]
Loading...