---
title: "List Collection Exports"
method: GET
path: "/v1/group/exports"
tags: ["Group"]
---

# List Collection Exports

`GET /v1/group/exports`

Returns export job rows for the caller's group, newest first.

## Response `200`

OK

- V1ResultsRepoExportOut
  - `items` 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)
