---
title: "Get list of users viewing the job now"
method: GET
path: "/v1/jobs/{job_id}/viewing_users"
tags: ["jobs"]
---

# Get list of users viewing the job now

`GET /v1/jobs/{job_id}/viewing_users`

## Response `200`

Success

- JobViewingUsers
  - `viewers` JobViewingUser[]
    - `userEmail` string

## Other responses

- `404` — Job not found

---

[API](https://skmtc.net/super/apis/super-ai-api.md) · [All operations](https://skmtc.net/super/apis/super-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/super/super-ai-api/versions/0d125680e232/schema)
