---
title: "GET /crm/lists/2026-03/{listId}/memberships"
method: GET
path: "/crm/lists/2026-03/{listId}/memberships"
tags: ["Basic"]
---

# GET /crm/lists/2026-03/{listId}/memberships

`GET /crm/lists/2026-03/{listId}/memberships`

## Path parameters

- `listId` string, required

## Query parameters

- `after` string
- `before` string
- `limit` integer

## Response `200`

successful operation

- CrmListsApiCollectionResponseJoinTimeAndRecordId
  - `paging` Paging
    - `next` NextPage — Specifies the paging information needed to retrieve the next set of results in a paginated API response
      - `after` string, required — A paging cursor token for retrieving subsequent pages.
      - `link` string — A URL that can be used to retrieve the next page results.
    - `prev` PreviousPage — specifies the paging information needed to retrieve the previous set of results in a paginated API response
      - `before` string, required — A string token used to identify the position before the current page in the pagination sequence.
      - `link` string — A URL string that provides a direct link to the previous page of results.
  - `results` CrmListsJoinTimeAndRecordId[], required
    - `membershipTimestamp` string, date-time, required — The date and time when the record was added to the list.
    - `recordId` string, required — The unique identifier of the record.
  - `total` integer — The total number of records that match the query.

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/hubspot-api-specification.md) · [All operations](https://skmtc.net/hubspot/apis/hubspot-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/hubspot-api-specification/revisions/f9c7181056c5/schema)
