---
title: "Export events as CSV."
method: GET
path: "/export/events.csv"
tags: ["Export"]
---

# Export events as CSV.

`GET /export/events.csv`

The CSV export is only available for logged in users with the role _Admin_ or _Scout_.

This request supports the same parameters as the corresponding search request.

**Example**:

Export all events in Germany:
`/export/events.csv?bbox=47.49,0.79,54.63,18.30`

## Query parameters

- `bbox` string
- `limit` integer
- `tag` string — Comma-separated list of tags
- `start_min` integer — Unix time (number of seconds since 00:00::00 1. January, 1970, UTC)
- `start_max` integer — Unix time (number of seconds since 00:00::00 1. January, 1970, UTC)
- `text` string
- `created_by` string — An e-mail address.

## Response `200`

Successful response

## Other responses

- `401` — Access token is missing or invalid or the user has insufficient permission

---

[API](https://skmtc.dev/kartevonmorgen/apis/openfairdb-api.md) · [All operations](https://skmtc.dev/kartevonmorgen/apis/openfairdb-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kartevonmorgen/openfairdb-api/revisions/4c454390b099/schema)
