---
title: "Get Earnings History"
method: GET
path: "/creator/earnings"
tags: ["creator"]
---

# Get Earnings History

`GET /creator/earnings`

Get earnings history for current user.

## Query parameters

- `page` integer
- `page_size` integer
- `status` string, nullable
- `source_type` string, nullable

## Response `200`

Successful Response

- CreatorEarningResponse[]
  - `id` string, uuid, required
  - `creator_id` string, uuid, required
  - `source_type` string, required
  - `source_id` string, uuid, nullable
  - `gross_amount` string, required
  - `platform_fee` string, required
  - `net_amount` string, required
  - `currency` string, required
  - `status` string, required
  - `hold_until` string, date-time, nullable
  - `attributed_user_id` string, uuid, nullable
  - `attribution_window_days` integer, required
  - `original_transaction_id` string, nullable
  - `description` string, nullable
  - `created_at` string, date-time, required
  - `approved_at` string, date-time, nullable
  - `paid_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/meganova/apis/fastapi.md) · [All operations](https://skmtc.net/meganova/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meganova/fastapi/revisions/2b2bab8b9017/schema)
