---
title: "Get all viewers' Insights data for a perspective"
method: GET
path: "/perspectives/{perspective_uuid}/insights/users"
tags: ["Insights"]
---

# Get all viewers' Insights data for a perspective

`GET /perspectives/{perspective_uuid}/insights/users`

This endpoint returns a csv file containing user name, email, role(s), completion rate and time based completion data.

## Path parameters

- `perspective_uuid` string, required

## Query parameters

- `role` 'Teacher' | 'Student'

## Response `200`

Returns perspective insights for users in a CSV.

## Other responses

- `401` — Authorization information is missing or invalid.
- `403` — If a user without proper permissions tries to call this endpoint, the call is rejected with 403 Forbidden.
- `404` — The perspective was not found by ID.
- `422` — The provided parameters are invalid.

---

[API](https://skmtc.net/instructure/apis/studio-public-api.md) · [All operations](https://skmtc.net/instructure/apis/studio-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/instructure/studio-public-api/revisions/4838a5113869/schema)
