---
title: "Create signed upload and download URLS for temporary data needed to run a test"
method: POST
path: "/workspaces/{workspace_id}/testData/urls"
tags: ["Report"]
---

# Create signed upload and download URLS for temporary data needed to run a test

`POST /workspaces/{workspace_id}/testData/urls`

Create signed upload and download URLS for temporary data needed to run a test

## Path parameters

- `workspace_id` string, required

## Query parameters

- `test_run_id` string, required
- `test_invariant_id` string, required

## Response `200`

The upload and download URLs for the artifact

- ArtifactUrls — Signed artifact urls for uploading and downloading
  - `signed_download_url` string — signed url to download the artifact
  - `signed_upload_url` string — signed url to upload the artifact

## Other responses

- `404` — No such workspace
- `default` — Unexpected error

---

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