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
Auto generated by the system.
date_createddatetime

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

date_modifieddatetime

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

sectionslist of objects

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

questionslist of objects

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

Errors

4XX
Client Request Error