---
title: "Retrieve a results export task."
method: GET
path: "/analyze/results/export/{id}"
tags: ["Analyze"]
---

# Retrieve a results export task.

`GET /analyze/results/export/{id}`

## Path parameters

- `id` integer, required

## Headers

- `Accept-Version` string

## Response `200`

The requested task.

- AnalyzeResultsExportResult — A results export task.
  - `Id` integer — The task's Id.
  - `Name` string — The task's name.
  - `Status` 'NotScheduled' | 'Pending' | 'Running' | 'Stopped' | 'Completed' | 'Failed' | 'PendingTest' — The task's status.

## Other responses

- `401` — The request must be authenticated using the Authorization HTTP header
- `403` — The authenticated user does not have permission to view quick results for this survey.
- `404` — The requested task does not exist.

---

[API](https://skmtc.net/voxco/apis/acuity-webapi-1-0.md) · [All operations](https://skmtc.net/voxco/apis/acuity-webapi-1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voxco/acuity-webapi-1-0/revisions/2ea4b8555197/schema)
