---
title: "Get automatic invoicing rules"
method: GET
path: "/api/v2/automatic_invoicing_rules"
tags: ["Automatic Invoicing Rules"]
---

# Get automatic invoicing rules

`GET /api/v2/automatic_invoicing_rules`

List automatic invoicing rules with optional filters and pagination.

## Query parameters

- `filter` union — Filter schema for `automatic_invoicing_rule` list endpoints — pass a single condition or a logical group.
  - FilterAutomaticInvoicingRule — Filter parameters for automatic invoicing rules.
    - `creator_id` union — Filter by the person who created the rule.
      - CreatorId — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `not_contain` CreatorId — unresolved $ref
        - `not_eq` CreatorId — unresolved $ref
        - `eq` CreatorId — unresolved $ref
        - `contains` CreatorId — unresolved $ref
    - `id` union — Filter by automatic invoicing rule ID.
      - Id — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `eq` Id — unresolved $ref
        - `not_contain` Id — unresolved $ref
        - `contains` Id — unresolved $ref
        - `not_eq` Id — unresolved $ref
    - `budget_id` union — Filter by the associated budget (deal).
      - object — Filter using explicit operator syntax.
        - `not_eq` BudgetId — unresolved $ref
        - `not_contain` BudgetId — unresolved $ref
        - `contains` BudgetId — unresolved $ref
        - `eq` BudgetId — unresolved $ref
      - BudgetId — unresolved $ref
  - 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.
- `sort` string[]

## Headers

- `X-Organization-Id` string, required

## Response `200`

Collection automatic invoicing rule

---

[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/11e8576224b8/schema)
