---
title: "GetTermsOfServiceAcceptancesExport"
method: POST
path: "/gitpod.v1.OrganizationService/GetTermsOfServiceAcceptancesExport"
tags: ["gitpod.v1.OrganizationService"]
---

# GetTermsOfServiceAcceptancesExport

`POST /gitpod.v1.OrganizationService/GetTermsOfServiceAcceptancesExport`

Returns a signed download URL for a CSV export of per-member acceptance of a Terms of Service version.

## Request body

- GitpodV1GetTermsOfServiceAcceptancesExportRequest
  - `filter` GitpodV1TermsOfServiceAcceptanceFilter
    - `search` string — search performs case-insensitive search across member name and email
    - `statuses` GitpodV1TermsOfServiceAcceptanceStatus[]
  - `organizationId` string, uuid, required
  - `version` integer — version is the Terms of Service version to export acceptance against. Required to keep the export bounded to a single version.

## Response `200`

Success

- GitpodV1GetTermsOfServiceAcceptancesExportResponse
  - `downloadUrl` string — Signed download URL for the CSV export. Short-lived (5 minutes).

## Other responses

- `default` — Error

---

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