---
title: "Get team payout performance"
method: GET
path: "/teams/{teamId}/performance/payouts"
tags: ["Team Performance"]
---

# Get team payout performance

`GET /teams/{teamId}/performance/payouts`

Upcoming and recently paid payout totals aggregated across the team

## Path parameters

- `teamId` string, required — Team identifier

## Query parameters

- `startDate` string, date — Start date (YYYY-MM-DD)
- `endDate` string, date — End date (YYYY-MM-DD)

## Response `200`

OK

- object
  - `upcoming` object, required
    - `count` number, required — Upcoming payouts matching the request
    - `pendingApproval` number, required — Upcoming payouts still awaiting approval
    - `totals` object[], required — Upcoming payout totals by currency
      - `amount` number, required — Payout net amount in cents
      - `count` number, required — Number of payouts in this currency
      - `currency` string, required — Currency code
    - `next` object, required
      - `amount` number, required — Payout net amount in cents
      - `currency` string, nullable, required — Currency code
      - `dueAt` string, nullable, required — Payout due timestamp
      - `payoutId` string, nullable, required — Payout identifier
  - `lastPaid` object, required
    - `amount` number, required — Payout net amount in cents
    - `currency` string, nullable, required — Currency code
    - `paidAt` string, nullable, required — Payout paid timestamp
    - `payoutId` string, nullable, required — Payout identifier

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `409` — 409
- `412` — 412
- `422` — 422
- `429` — 429
- `500` — 500
- `501` — 501
- `503` — 503

## Changes

> 42 revisions in range; 2 not diffed, 29 could not be searched.

- **2026-08-02** `84f157e4443a` — 1 info
  - added the non-success response with the status `412`

[Change history](https://skmtc.dev/session/apis/session-services-api/changes/teams/:teamId/performance/payouts/get.md)

---

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