---
title: "List workflow subscriptions"
method: GET
path: "/api/v3/crm/{integration_id}/subscriptions"
tags: ["CRM"]
---

# List workflow subscriptions

`GET /api/v3/crm/{integration_id}/subscriptions`

List active workflow (e.g. Zapier) webhook subscriptions for the integration, optionally filtered by event type. Used to populate the push target picker.

## Path parameters

- `integration_id` string, uuid, required — The integration ID

## Query parameters

- `event_type` string, nullable — Filter by event type, e.g. 'signals.push'

## Response `200`

Successful Response

- unknown[]
  - unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/nationgraph/apis/nationgraph-api.md) · [All operations](https://skmtc.net/nationgraph/apis/nationgraph-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nationgraph/nationgraph-api/revisions/85804e68d86d/schema)
