---
title: "PublisherStates"
method: GET
path: "/publisher_states"
tags: ["Presence"]
---

# PublisherStates

`GET /publisher_states`

Method to retrieve businesses diffusions states on publishers.

Can be filtered by:
- Business IDs
- Publishers
- States

## Query parameters

- `business__in` BusinessId[]
- `publishers` string[]
- `states` State[]
- `per_page` integer
- `page` integer

## Response `200`

OK

- GetPublisherStatesResponse
  - `businesses` object
  - `count` integer — number of businesses returned in response

## Other responses

- `401` — You are not authenticated
- `403` — You are not allowed to perform this action

---

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