Billing

Get 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.

get/api/billing/activity/transactions

Query parameters

start_datestring nullable
end_datestring nullable

Cookies

ex_accessstring nullable
ex_orgstring nullable

Response

Successful Response

{"stackTrail":"paths:/api/billing/activity/transactions:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes