---
title: "Export admin reward list as CSV"
method: GET
path: "/admin/reward/export/{spaceId}"
tags: ["admin", "reward"]
---

# Export admin reward list as CSV

`GET /admin/reward/export/{spaceId}`

Export all reward records for a specific space as CSV file. Supports filtering by date range.

## Path parameters

- `spaceId` string, required — Space ID to export rewards for

## Query parameters

- `createdTimeFrom` string — Filter by created time from (ISO string)
- `createdTimeTo` string — Filter by created time to (ISO string)

## Response `200`

Returns the CSV file with reward records

---

[API](https://skmtc.net/teable/apis/teable-app.md) · [All operations](https://skmtc.net/teable/apis/teable-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teable/teable-app/versions/7515f3b33d79/schema)
