---
title: "Get a Person's Lists"
method: GET
path: "/v2/persons/{personId}/lists"
tags: ["Persons"]
---

# Get a Person's Lists

`GET /v2/persons/{personId}/lists`

Paginate through all Lists where the given Person appears as an entry and that you have access to view.
Returns basic List information for each List that contains this Person.

## Path parameters

- `personId` integer, required

## Query parameters

- `cursor` string
- `limit` integer

## Response `200`

OK

- ListPaged — ListPaged model
  - `data` List[], required — A page of List results
    - `id` integer, required — The unique identifier for the list
    - `name` string, required — The name of the list
    - `creatorId` integer, required — The ID of the user that created this list
    - `ownerId` integer, required — The ID of the user that owns this list
    - `isPublic` boolean, required — Whether or not the list is public
    - `createdAt` string, date-time, required — The date and time the list was created
  - `pagination` Pagination, required
    - `prevUrl` string, uri, nullable — URL for the previous page
    - `nextUrl` string, uri, nullable — URL for the next page

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `default` — Errors

---

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