---
title: "List custom conversions"
method: GET
path: "/v1/accounts/{accountId}/custom-conversions"
tags: ["Ad Accounts"]
---

# List custom conversions

`GET /v1/accounts/{accountId}/custom-conversions`

The ad account's Meta custom conversions, including archived ones (`isArchived`).

## Path parameters

- `accountId` string, required

## Query parameters

- `adAccountId` string, required

## Response `200`

Custom conversions

- object
  - `adAccountId` string
  - `data` CustomConversion[]
    - `id` string
    - `name` string, nullable
    - `rule` object, nullable — Meta's rule, parsed back from the string Meta stores.
    - `customEventType` string, nullable
    - `pixelId` string, nullable — Meta's event_source_id — the pixel the rule reads from.
    - `isArchived` boolean

## Other responses

- `400` — Invalid input, or Meta rejected the query
- `401` — Unauthorized
- `403` — Ads access required, or the token lacks the ads permissions.

---

[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/revisions/b8c9216f378a/schema)
