HomeDocumentationAPI Reference
API Reference

List studies in a workspace

Fetch all studies (tests) in a workspace identified by UUID. Returns summary information for each study including title, UUID, creation date, and the user who created it. The response returns up to 50 studies per page. Use pagination with cursor for large workspaces.

Note: When using this endpoint to retrieve v2 compatible studies, keep in mind that studies are referred to as tests in both the UserTesting Platform and in the v2 API.

Path Params
string
required

The UUID of the workspace you want to obtain information for. You can obtain this UUID by querying the Get Workspaces endpoint.

Query Params
string

Cursor for paginating through study results. Use the cursor value from a previous response to retrieve the next 50 results following the indicated study.

string

Cursor for paginating through study results. Use the cursor value from a previous response to retrieve the 50 results preceding the indicated study.

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json