---
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. Pass either the `metaads` ads connection (the Page is taken from the Facebook account linked to it) or the Facebook account itself. 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.

## Changes

- **2026-09-16** `3e6ddf2a99ea` — 1 info
  - added the optional property `details/budgetScope` to the response with the `400` status
- **2026-09-15** `0dba7d004d75` — 2 info
  - added the optional property `details/quotaExhausted` to the response with the `400` status
  - added the optional property `details/quotaScope` to the response with the `400` status

[Change history](https://skmtc.dev/zernio/apis/zernio-api/changes/v1/ads/lead-forms/get.md)

---

[API](https://skmtc.dev/zernio/apis/zernio-api.md) · [All operations](https://skmtc.dev/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc.dev/zernio/apis/zernio-api/revisions/339f59df69dd?raw)
