Get demographic export history

View as MarkdownOpen in Claude
Retrieve the latest demographic export request history for a study. This endpoint returns information about your most recent export request, including the filters used and the total number of export combinations made. **Usage**: Use this endpoint to check your current export usage and see what filters were used in your latest request. This helps you understand your remaining export quota and track your export history. **Export Limits**: You are limited to 2 different filter combinations per study. This endpoint helps you track your usage against this limit. Learn more on [Exporting Prolific demographic data](https://researcher-help.prolific.com/en/article/b2943f).

Authentication

Authorizationstring
The Prolific API uses API token to authenticate requests. You can create an API token directly from your settings. Your API token does not have an expiry date and carries full permission, so be sure to keep them secure. If your token is leaked, delete it and create a new one directly in the app. In your requests add `Authorization` header with the value `Token <your token>`.

Path Parameters

idstringRequired
Study ID

Response

Export history retrieved successfully
countinteger0-2
Total number of different filter combinations that have been requested for demographic export
filterslist of objects
The filters used in the most recent export request. Returns an empty array if no exports have been requested yet. This shows you exactly what filter combination was used in your latest request, helping you track your export usage.

Errors