---
title: "List Schema Responses for a Registration"
method: GET
path: "/registrations/{registration_id}/schema_responses/"
tags: ["Registrations"]
---

# List Schema Responses for a Registration

`GET /registrations/{registration_id}/schema_responses/`

Retrieve a list of all Schema Responses associated with a specific registration.
Schema Responses represent the answers provided to a registration schema's questions. They reflect the current and historical state of responses submitted for the registration.
A registration can have multiple schema responses over time due to edits or updates, depending on the registration provider's workflow.
#### Permissions
 - Publicly accessible for public registrations.
 - Private registrations require appropriate permissions (must be a contributor with read access).

#### Returns
 - A JSON object with a `data` key containing an array of schema response resources.
 - Each schema response includes its current state, related actions, and the data provided in the registration form.

## Path parameters

- `registration_id` string, required

## Query parameters

- `page` integer
- `filter[state]` string

## Response `200`

Successfully retrieved list of schema responses for this registration.

## Other responses

- `401` — Unauthorized. Authentication is required to access schema responses for a private registration.
- `403` — Forbidden. You do not have permission to view schema responses for this registration.
- `404` — Not Found. No registration matches the given ID.

---

[API](https://skmtc.net/osf/apis/osf-apiv2-documentation.md) · [All operations](https://skmtc.net/osf/apis/osf-apiv2-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/osf/osf-apiv2-documentation/versions/ca701048eb0d/schema)
