---
title: "List Multipliers"
method: GET
path: "/api/v1/projects/{project_id}/multipliers"
tags: ["multipliers"]
---

# List Multipliers

`GET /api/v1/projects/{project_id}/multipliers`

## Path parameters

- `project_id` string, uuid, required

## Query parameters

- `rev` string, uuid, nullable

## Response `200`

Successful Response

- Multiplier[]
  - `scope` 'condition' | 'page' | 'zone' | 'measurement', required
  - `condition_id` string, uuid, nullable
  - `page_id` string, uuid, nullable
  - `measurement_id` string, uuid, nullable
  - `x` string, nullable
  - `y` string, nullable
  - `width` string, nullable
  - `height` string, nullable
  - `factor` string, required
  - `label` string, nullable
  - `allocations` MultiplierAllocation[]
    - `bid_area_id` string, uuid, required
    - `repeat_count` integer, required
  - `id` string, uuid, required
  - `project_id` string, uuid, required
  - `source` 'manual' | 'ai', required
  - `status` 'proposed' | 'confirmed' | 'dismissed', required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `4XX` — Client Error
- `5XX` — Server Error

---

[API](https://skmtc.dev/rudus/apis/rudus-api.md) · [All operations](https://skmtc.dev/rudus/apis/rudus-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rudus/rudus-api/revisions/f149124a4d80/schema)
