Skip to main content
GET
/
admin
/
reward
/
export
/
{spaceId}
cURL
curl --request GET \
  --url 'https://app.teable.ai/api/admin/reward/export/%7BspaceId%7D?createdTimeFrom=SOME_STRING_VALUE&createdTimeTo=SOME_STRING_VALUE' \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

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 - text/csv

Returns the CSV file with reward records

The response is of type string.

Last modified on March 5, 2026