Get taskflow progress

View as MarkdownOpen in Claude
Returns per-URL allocation progress for a Taskflow study (studies configured with `access_details`). Each item in `progress` corresponds to one `external_url` from the study's access details, including how many participants are allocated and any screenout-driven capacity increments. Returns **404** if the study has no access-details collection (not a Taskflow study).

Authentication

AuthorizationToken
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

Taskflow progress for the study's access details collection.
idstring
The access details collection ID for this study's Taskflow configuration.
progresslist of objects

One row per external_url configured on the study.

Errors

4XX
Client Request Error