---
title: "Gets the engagement payout history for a specific universe and a given date range, specified by start and end dates."
method: GET
path: "/v1/universe-payout-history"
tags: ["Universes"]
---

# Gets the engagement payout history for a specific universe and a given date range, specified by start and end dates.

`GET /v1/universe-payout-history`

## Query parameters

- `universeId` integer, required
- `startDate` string, required
- `endDate` string, required

## Response `200`

OK

- object

## Other responses

- `400` — 1: InvalidUniverseId 2: InvalidStartDate 3: InvalidEndDate 4: InvalidDateRange 5: Forbidden 6: TooManyDays
- `401` — 0: Authorization has been denied for this request.

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/revisions/80880b69892d/schema)
