---
title: "Get an Export"
method: GET
path: "/v1/group/exports/{id}"
tags: ["Group"]
---

# Get an Export

`GET /v1/group/exports/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- RepoExportOut
  - `artifactPath` string
  - `createdAt` string
  - `error` string
  - `groupId` string
  - `id` string
  - `kind` string — Kind is "export" for server-produced backup artifacts, "import" for user-uploaded restore zips. The lifecycle fields below behave the same for both.
  - `progress` integer
  - `sizeBytes` integer
  - `status` string
  - `updatedAt` string

---

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