---
title: "Fetch a list of all the FIDs"
method: GET
path: "/v1/fids"
tags: ["Fids"]
---

# Fetch a list of all the FIDs

`GET /v1/fids`

Fetch a list of all the FIDs.

## Query parameters

- `shard_id` integer, required
- `pageSize` integer
- `reverse` boolean
- `pageToken` string

## Response `200`

A successful response.

- FidsResponse
  - `fids` FidSchema[], required
  - `nextPageToken` string, byte, required — Base64-encoded pagination token for fetching the next page of results. An empty value indicates there are no more pages to return. Used in conjunction with the pageSize parameter to implement pagination across large result sets.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.dev/neynar/apis/neynar-api.md) · [All operations](https://skmtc.dev/neynar/apis/neynar-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/neynar/neynar-api/revisions/dbb91bfb0d1a/schema)
