---
title: "Get Activity Transactions"
method: GET
path: "/api/billing/activity/transactions"
tags: ["Billing"]
---

# Get Activity Transactions

`GET /api/billing/activity/transactions`

Get organization's credit transactions for the specified period.
Only accessible by organization admins and owners.

Query parameters:
- start_date: Start date in ISO format (e.g., '2024-01-01T00:00:00Z').
              Defaults to 30 days ago if not provided.
- end_date: End date in ISO format (e.g., '2024-01-31T23:59:59Z').
            Defaults to current time if not provided.

Note: Date range is automatically limited to a maximum of 90 days.
If a larger range is requested, start_date will be adjusted to 90 days before end_date.

## Query parameters

- `start_date` string, nullable
- `end_date` string, nullable

## Cookies

- `ex_access` string, nullable
- `ex_org` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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