---
title: "Get revenue distributions"
method: GET
path: "/api/v2/revenue_distributions"
tags: ["Revenue Distributions"]
---

# Get revenue distributions

`GET /api/v2/revenue_distributions`

List all revenue distributions.

## Query parameters

- `sort` string[]
- `filter` union — Filter schema for `revenue_distribution` list endpoints — pass a single condition or a logical group.
  - object — A logical filter group — combine multiple conditions with the `$op` operator.
    - `$op` 'or' | 'and', required — Logical operator combining conditions in this group. `or` matches records satisfying any condition; `and` requires all conditions to match.
  - FilterRevenueDistribution — Filter parameters for revenue distribution records.
    - `amount` union — Filter by the monetary amount of the revenue distribution.
      - object — Filter using explicit operator syntax.
        - `eq` Amount — unresolved $ref
        - `not_contain` Amount — unresolved $ref
        - `contains` Amount — unresolved $ref
        - `not_eq` Amount — unresolved $ref
      - Amount — unresolved $ref
    - `creator_id` union — Filter by the person who created the revenue distribution.
      - object — Filter using explicit operator syntax.
        - `not_eq` CreatorId — unresolved $ref
        - `eq` CreatorId — unresolved $ref
        - `contains` CreatorId — unresolved $ref
        - `not_contain` CreatorId — unresolved $ref
      - CreatorId — unresolved $ref
    - `deal_id` union — Filter by the associated deal.
      - object — Filter using explicit operator syntax.
        - `contains` DealId — unresolved $ref
        - `eq` DealId — unresolved $ref
        - `not_contain` DealId — unresolved $ref
        - `not_eq` DealId — unresolved $ref
      - DealId — unresolved $ref
    - `amount_percent` union — Filter by percentage amount of the revenue distribution.
      - object — Filter using explicit operator syntax.
        - `not_contain` AmountPercent — unresolved $ref
        - `not_eq` AmountPercent — unresolved $ref
        - `eq` AmountPercent — unresolved $ref
        - `contains` AmountPercent — unresolved $ref
      - AmountPercent — unresolved $ref
    - `created_at` union — Filter by creation date range.
      - CreatedAt — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `eq` CreatedAt — unresolved $ref
        - `not_contain` CreatedAt — unresolved $ref
        - `not_eq` CreatedAt — unresolved $ref
        - `contains` CreatedAt — unresolved $ref
    - `start_on` union — Filter by the start date of the distribution period.
      - StartOn — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `contains` StartOn — unresolved $ref
        - `eq` StartOn — unresolved $ref
        - `not_contain` StartOn — unresolved $ref
        - `not_eq` StartOn — unresolved $ref
    - `end_on` union — Filter by the end date of the distribution period.
      - EndOn — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `not_eq` EndOn — unresolved $ref
        - `contains` EndOn — unresolved $ref
        - `not_contain` EndOn — unresolved $ref
        - `eq` EndOn — unresolved $ref
    - `id` union — Filter by ID.
      - object — Filter using explicit operator syntax.
        - `eq` Id — unresolved $ref
        - `not_eq` Id — unresolved $ref
        - `not_contain` Id — unresolved $ref
        - `contains` Id — unresolved $ref
      - Id — unresolved $ref

## Headers

- `X-Organization-Id` string, required

## Response `200`

Collection revenue distribution

---

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