Get survey

View as MarkdownOpen in Claude
Get a single survey given an ID.

Authentication

AuthorizationToken

Header authentication of the form Token <token>

Path parameters

survey_idstringRequired

Response

Successful Response
researcher_idstring
The Prolific researcher ID.
titlestring
The survey title.
_idstring or null
Auto generated by the system.
date_createddatetime or null

The date/time the survey was created (UTC).

date_modifieddatetime or null

The date/time the survey was modified (UTC).

sectionslist of objects or null

Optional: An array of sections in the survey, otherwise questions will be defined.

questionslist of objects or null

Optional: An array of questions in the survey, otherwise sections will be defined.

Errors