---
title: "Retrieve aggregated credit deductions by month and year"
method: GET
path: "/api/v2/organization/{organization_id}/credit_deductions"
tags: ["Credit Account"]
---

# Retrieve aggregated credit deductions by month and year

`GET /api/v2/organization/{organization_id}/credit_deductions`

**No scope required.**



Retrieve credit account deductions aggregated by month and year.

Use filter parameters to narrow results:
- `filter[month]`: Filter by month (1-12)
- `filter[year]`: Filter by year (e.g., 2024)

## Path parameters

- `organization_id` string, required

## Query parameters

- `filter[month]` integer
- `filter[year]` integer
- `fields[credit_deduction_aggregations]` string[]

## Response `200`

Aggregated credit deductions

## Other responses

- `401` — Unauthenticated
- `404` — Organization not found

---

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