---
title: "Billing Credit Assignments"
method: GET
path: "/v1/billing/credits/assignments"
tags: ["Billing"]
---

# Billing Credit Assignments

`GET /v1/billing/credits/assignments`

Return credit assignment history for the resolved billing scope.

## Query parameters

- `skip` integer — Number of rows to skip
- `limit` integer — Maximum rows to return
- `flwr_aid` string, nullable — Optional Flower Account ID. Defaults to the authenticated caller.
- `organization_id` integer, nullable — Optional organization ID. Defaults to the caller's personal organization.

## Response `200`

Successful Response

- OrganizationCreditAssignmentResponse[]
  - `id` integer, required
  - `organization_id` integer, required
  - `credits` integer, required
  - `description` string, required
  - `valid_from` string, date, required
  - `valid_to` string, date, required
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

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