---
title: "Export activations"
method: GET
path: "/v3/activations/export"
tags: ["Activations"]
---

# Export activations

`GET /v3/activations/export`

Exports activations in the csv format.

## Query parameters

- `include` IncludeActivationProperties[]
- `productId` object
  - `eq` string, string — Matches values that are equal to the specified value.
  - `ne` string, string — Matches values that are not equal to the specified value.
  - `in` string, comma-separated-values — Matches any of the values specified.
  - `nin` string, comma-separated-values — Matches none of the values specified.
- `metadata.key` object
  - `eq` string, string — Matches values that are equal to the specified value.
  - `ne` string, string — Matches values that are not equal to the specified value.
  - `sw` string, string — Matches values that start with the specified value.
  - `ew` string, string — Matches values that end with the specified value.
  - `cn` string, string — Matches values that contain the specified value.
  - `nc` string, string — Matches values that do not contain the specified value.
  - `in` string, comma-separated-values — Matches any of the values specified.
  - `nin` string, comma-separated-values — Matches none of the values specified.
- `metadata.value` object
  - `eq` string, string — Matches values that are equal to the specified value.
  - `ne` string, string — Matches values that are not equal to the specified value.
  - `sw` string, string — Matches values that start with the specified value.
  - `ew` string, string — Matches values that end with the specified value.
  - `cn` string, string — Matches values that contain the specified value.
  - `nc` string, string — Matches values that do not contain the specified value.
  - `in` string, comma-separated-values — Matches any of the values specified.
  - `nin` string, comma-separated-values — Matches none of the values specified.
- `organizationId` object
  - `eq` string, string — Matches values that are equal to the specified value.
  - `ne` string, string — Matches values that are not equal to the specified value.
  - `in` string, comma-separated-values — Matches any of the values specified.
  - `nin` string, comma-separated-values — Matches none of the values specified.
- `licenseId` object
  - `eq` string, string — Matches values that are equal to the specified value.
  - `ne` string, string — Matches values that are not equal to the specified value.
  - `in` string, comma-separated-values — Matches any of the values specified.
  - `nin` string, comma-separated-values — Matches none of the values specified.
- `releaseVersion` object
  - `eq` string, string — Matches values that are equal to the specified value.
  - `ne` string, string — Matches values that are not equal to the specified value.
  - `sw` string, string — Matches values that start with the specified value.
  - `ew` string, string — Matches values that end with the specified value.
  - `cn` string, string — Matches values that contain the specified value.
  - `nc` string, string — Matches values that do not contain the specified value.
  - `in` string, comma-separated-values — Matches any of the values specified.
  - `nin` string, comma-separated-values — Matches none of the values specified.
- `os` object
  - `eq` string, string — Matches values that are equal to the specified value.
  - `ne` string, string — Matches values that are not equal to the specified value.
  - `in` string, comma-separated-values — Matches any of the values specified.
  - `nin` string, comma-separated-values — Matches none of the values specified.
- `location.countryCode` object
  - `eq` string, string — Matches values that are equal to the specified value.
  - `ne` string, string — Matches values that are not equal to the specified value.
  - `sw` string, string — Matches values that start with the specified value.
  - `ew` string, string — Matches values that end with the specified value.
  - `cn` string, string — Matches values that contain the specified value.
  - `nc` string, string — Matches values that do not contain the specified value.
  - `in` string, comma-separated-values — Matches any of the values specified.
  - `nin` string, comma-separated-values — Matches none of the values specified.
- `lastSyncedAt` object
  - `eq` string, date-time — Matches values that are equal to the specified value.
  - `ne` string, date-time — Matches values that are not equal to the specified value.
  - `gt` string, date-time — Matches values that are greater than the specified value.
  - `gte` string, date-time — Matches values that are greater than or equal to the specified value.
  - `lt` string, date-time — Matches values that are less than the specified value.
  - `lte` string, date-time — Matches values that are less than or equal to the specified value.
- `license.key` object
  - `eq` string, string — Matches values that are equal to the specified value.
  - `ne` string, string — Matches values that are not equal to the specified value.
  - `sw` string, string — Matches values that start with the specified value.
  - `ew` string, string — Matches values that end with the specified value.
  - `cn` string, string — Matches values that contain the specified value.
  - `nc` string, string — Matches values that do not contain the specified value.
  - `in` string, comma-separated-values — Matches any of the values specified.
  - `nin` string, comma-separated-values — Matches none of the values specified.
- `userId` string
- `search` string
- `id` object
  - `eq` string, string — Matches values that are equal to the specified value.
  - `ne` string, string — Matches values that are not equal to the specified value.
  - `in` string, comma-separated-values — Matches any of the values specified.
  - `nin` string, comma-separated-values — Matches none of the values specified.
- `createdAt` object
  - `eq` string, date-time — Matches values that are equal to the specified value.
  - `ne` string, date-time — Matches values that are not equal to the specified value.
  - `gt` string, date-time — Matches values that are greater than the specified value.
  - `gte` string, date-time — Matches values that are greater than or equal to the specified value.
  - `lt` string, date-time — Matches values that are less than the specified value.
  - `lte` string, date-time — Matches values that are less than or equal to the specified value.
- `updatedAt` object
  - `eq` string, date-time — Matches values that are equal to the specified value.
  - `ne` string, date-time — Matches values that are not equal to the specified value.
  - `gt` string, date-time — Matches values that are greater than the specified value.
  - `gte` string, date-time — Matches values that are greater than or equal to the specified value.
  - `lt` string, date-time — Matches values that are less than the specified value.
  - `lte` string, date-time — Matches values that are less than or equal to the specified value.

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests
- `500` — Server Error

---

[API](https://skmtc.net/cryptlex/apis/cryptlex-web-api.md) · [All operations](https://skmtc.net/cryptlex/apis/cryptlex-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cryptlex/cryptlex-web-api/versions/ec1259c12475/schema)
