跳转到主要内容
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>"

授权

Authorization
string
header
必填

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

路径参数

spaceId
string
必填

Space ID to export rewards for

查询参数

createdTimeFrom
string

Filter by created time from (ISO string)

createdTimeTo
string

Filter by created time to (ISO string)

响应

200 - text/csv

Returns the CSV file with reward records

The response is of type string.

Last modified on March 5, 2026