---
title: "Get a test run artifact export"
method: GET
path: "/report/runArtifacts/export/{export_id}"
tags: ["Reporting"]
---

# Get a test run artifact export

`GET /report/runArtifacts/export/{export_id}`

Get test run artifact exports using the export ID returned by the [create export](https://api.help.mabl.com/reference/createtestrunartifactexport) endpoint. Once the export status is completed, the response includes a temporary signed URL for downloading the artifact ZIP file.

## Path parameters

- `export_id` string, required

## Response `200`

Test run artifact export description

- TestRunArtifactExport
  - `id` string — Export ID
  - `created_time` integer — Export request time (epoch milliseconds)
  - `last_updated_time` integer — Export last updated time (epoch milliseconds)
  - `workspace_id` string — Workspace ID
  - `status` 'queued' | 'running' | 'completed' | 'failed' | 'terminated' — Export status
  - `test_run_id` string — ID of the test run exported
  - `artifact_types` string[], required — Requested export artifact types
  - `export_signed_url` string — Signed download URL (populated when status is completed)

## Other responses

- `400` — Invalid or missing parameter
- `401` — User not authenticated
- `403` — User not authorized
- `404` — Unknown error
- `default` — Unknown 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)
