---
title: "List Routings"
method: GET
path: "/routing"
---

# List Routings

`GET /routing`

Lists all routings of an account, optionally filtered by payment method. Each item has the same shape as Retrieve a Routing.

## Query parameters

- `account_id` string, uuid, required
- `payment_method` string

## Response `200`

The routings configured on the account, or an empty array if it has none.

- object[]
  - `id` string
  - `account_id` string
  - `payment_method` string
  - `name` string
  - `default_route` object
    - `steps` object[]
      - `index` integer
      - `provider_id` string
      - `connection_id` string
  - `condition_sets` object[]
    - `sort_number` integer
    - `name` string
    - `conditions` object[]
    - `route` object
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/y/apis/ai-caller.md) · [All operations](https://skmtc.net/y/apis/ai-caller/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/y/ai-caller/versions/05b629819b49/schema)
