---
title: "mint a public read-only share token for a job"
method: GET
path: "/w/{workspace}/jobs/job_public_view_token/{id}"
tags: ["job"]
---

# mint a public read-only share token for a job

`GET /w/{workspace}/jobs/job_public_view_token/{id}`

Returns a stateless `{job_id}.{hmac}` token that grants anyone holding it — including logged-out visitors, who land on the minimal public run page — read access to this job (and its flow subtree) via a `view_token` query param or `X-View-Token` header. Only callable by a user who can already read the job.

## Path parameters

- `workspace` string, required
- `id` string, uuid, required

## Response `200`

the public share read token

## Changes

- **2026-08-06** `966123aa8b8b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/windmill/apis/windmill-api/changes/w/:workspace/jobs/job_public_view_token/:id/get.md)

---

[API](https://skmtc.dev/windmill/apis/windmill-api.md) · [All operations](https://skmtc.dev/windmill/apis/windmill-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/windmill/windmill-api/revisions/d25bf4c71250/schema)
