# Export a form's responses

Queues an export of every response to a form and returns a token identifying the
queued job. **The file is not in the response** - the export is built in the
background and delivered through the account's usual export delivery, so nothing
here needs polling.
Only the four form types that collect responses can be exported: anonymous forms,
user interaction forms, submission forms and admin submission forms. Asking for
any other type is rejected.

Endpoint: GET /api/v2/form/{form_id}/export-responses
Version: 2.0.0
Security: default

## Path parameters:

  - `form_id` (integer, required)
    The ID of the form.

## Query parameters:

  - `format` (string)
    The file format. One of `xlsx` or `csv`. Defaults to
  `xlsx`.

## Header parameters:

  - `Rosterfy-Platform` (string)

## Response 200 fields (application/json):

  - `queue` (string)

