---
title: "List lead forms"
method: GET
path: "/v1/ads/lead-forms"
tags: ["Lead Gen"]
---

# List lead forms

`GET /v1/ads/lead-forms`

Lists the Lead Gen forms owned by the account. Meta: forms on the connected Facebook Page. LinkedIn: forms owned by the ad account's Company Page — pass `adAccountId` (LinkedIn forms are org-owned). Requires the Ads add-on.

## Query parameters

- `accountId` string, required
- `adAccountId` string
- `limit` integer
- `cursor` string

## Response `200`

Forms list.

- object
  - `status` string
  - `forms` object[]
  - `pagination` object
    - `hasMore` boolean
    - `cursor` string, nullable

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `403` — Ads add-on required.

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/versions/51932b099b2f/schema)
