---
title: "Returns all owner-tier overrides."
method: GET
path: "/campaign/owner-tier-overrides"
tags: ["OwnerTierOverride"]
---

# Returns all owner-tier overrides.

`GET /campaign/owner-tier-overrides`

## Response `200`

OK

- QueryOwnerTierOverridesEndpointOutput[]
  - `id` string, required — The id of the override.
  - `pattern` string, required — The owner-email pattern the override applies to.
  - `priorityOverride` integer, nullable — The priority matching owners' jobs are created with, or null.
  - `boostOverride` integer, nullable — The global boost level matching owners' campaigns are created with, or null.
  - `ownerMail` string, required — The email of the admin who created the override.
  - `createdAt` string, date-time, required — When the override was created.

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

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