---
title: "Search Lists"
method: GET
path: "/api/v1.4/lists/"
tags: ["lists"]
---

# Search Lists

`GET /api/v1.4/lists/`

Search for and return details about the lists in your organization. Private lists will not be returned with this call.

## Query parameters

- `name` string
- `page` integer

## Response `200`

OK

- SearchListsResponse
  - `results` List[], required
    - `name` string, required — Name of the list.
    - `list_uid` string, required — UID of the list.
    - `created_date` string, date-time, required — Date the list was created.
    - `updated_date` string, date-time, required — Date the list was last updated.
    - `company_count` integer, required — Number of companies in the list.
  - `count` integer, required — Number of lists in the results.
  - `page` integer, required — Current page of results.
  - `pages` integer, required — Number of pages of results.

## Other responses

- `401` — Unauthorized. API key is invalid.
- `429` — Too Many Requests. Rate limit exceeded.
- `500` — Internal Server Error. An error occurred with our API.

---

[API](https://skmtc.net/tjc-lp/apis/grata-unified-api.md) · [All operations](https://skmtc.net/tjc-lp/apis/grata-unified-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tjc-lp/grata-unified-api/revisions/d78ed69a85eb/schema)
