---
title: "Lists completed root transactions for billing across the token's organization and all of its child organizations (subtree). Times are America/Sao_Paulo local time and the period is keyed on completion time."
method: POST
path: "/consumption/organization/transactions"
tags: ["Exato - Consumo"]
---

# Lists completed root transactions for billing across the token's organization and all of its child organizations (subtree). Times are America/Sao_Paulo local time and the period is keyed on completion time.

`POST /consumption/organization/transactions`

Lists completed root transactions for billing across the token's organization and all of its child organizations (subtree). Times are America/Sao_Paulo local time and the period is keyed on completion time.

## Query parameters

- `test_mode` boolean
- `lightweight` boolean

## Response `200`

Success

- OrganizationConsumptionTransactionsResponse — OrganizationConsumptionTransactionsResponse
  - `result` OrganizationConsumptionTransactionsResult — OrganizationConsumptionTransactionsResult
    - `from` string, date-time
    - `to` string, date-time
    - `summary` OrganizationConsumptionTransactionsSummary — OrganizationConsumptionTransactionsSummary
      - `total_transactions` integer
      - `total_credits` integer
      - `total_currency_brl` number, double
    - `transactions` OrganizationConsumptionTransactionEntry[]
      - `uid` string
      - `document` string
      - `name` string
      - `key` string
      - `type` string
      - `type_name` string
      - `result` string
      - `result_name` string
      - `started_at` string, date-time
      - `finished_at` string, date-time
      - `duration_ms` integer
      - `credits` integer
      - `price_brl` number, double
      - `billable` boolean
      - `reused_from_cache` boolean
      - `token_name` string
      - `requested_by_name` string
      - `requested_by_email` string
      - `client_name` string
      - `client_external_id` string
    - `next_cursor` string
    - `page_size` integer

---

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