---
title: "Get Asset Url V2"
method: GET
path: "/get_asset_url_v2"
---

# Get Asset Url V2

`GET /get_asset_url_v2`

Get the download URL for an S3 path. The S3 path is returned when a task completes with `SUCCESS`. This can
be found in the response of `get_task_status` API.

- **s3_url**:  The S3 Path returned by `get_task_status` API

NOTE: The URL is a pre-signed S3 URL that will be valid for 24 hours. You can call this API again if your URL expires
to get a new signed URL.

## Query parameters

- `s3_url` unknown, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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