List study submissions

View as MarkdownOpen in Claude
Returns basic information of the submissions, including the study id, participant id, status and start timestamp

Authentication

AuthorizationToken

Header authentication of the form Token <token>

Path parameters

idstringRequired
Study id

Query parameters

orderingstringOptional

Field to sort results by. Prefix with - for descending order. Allowed values: started_at, completed_at, status, ip, time_taken, participant_id, study_code.

Response

List submissions
resultslist of objects
List of all submissions matching the criteria.

Errors