---
title: "Get Source Private Url"
method: GET
path: "/sources/{id}/private_url"
---

# Get Source Private Url

`GET /sources/{id}/private_url`

Returns a short-lived signed URL to download a source document from. This query will fail if
the source does not have a private URL or if the authenticated user does not have
access to it. That's why you need to first check the `urlInfo` field on the source
object, to ensure that you can safely use this query.

## Path parameters

- `id` string, required

## Headers

- `x-client-secret` string, required — A secret token identifying the client connecting to the API

## Response `200`

Successful Response

- string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/isometric/apis/isometric-certify-data-ingestion-api.md) · [All operations](https://skmtc.net/isometric/apis/isometric-certify-data-ingestion-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/isometric/isometric-certify-data-ingestion-api/versions/9819e9c8ccf0/schema)
