v1

latestOpenAPI 3.0.32026-07-248519153.1 KB

Start quiz answers CSV export (async)

Queue a background job that exports quiz answer distributions as CSV (same columns as cabinet Quiz Answers → Export CSV). Poll GET /exports/{id} until completed.

post/exports/quiz-answers

Headers

api_keystring required

Request body

quiz_idinteger required
fromstring
tostring
filter_by_quiz_idboolean
quiz_versionstring[]
only_paying_usersboolean
answers_user_propertystring
answers_user_property_valuestring

Response

Export queued.

successinteger

Example response

{
  "export": {
    "type": "subscriptions",
    "file_name": "subscriptions_export_2026-05-20_18-30-00.tsv",
    "file_size_human": "12.4 MB",
    "mime_type": "text/tab-separated-values"
  }
}