---
title: "Get all data archiving destinations."
method: GET
path: "/v1/dataarchiving/destinations"
tags: ["dataArchivingManagement"]
---

# Get all data archiving destinations.

`GET /v1/dataarchiving/destinations`

Get a list of all data archiving destinations configured for installed collectors.

## Query parameters

- `limit` integer
- `token` string

## Response `200`

List of all data archiving destinations.

- GetDataArchivingDestinationsResponse
  - `nextToken` string — Next continuation token.
  - `data` DataArchivingDestination[] — List of data archiving destinations.
    - `destinationName` string, required — Name of the data archiving destination.
    - `destinationConfig` DataArchivingDestinationConfig, required
      - `destinationType` string, required — Type of the data archiving destination.
    - `createdAt` string, date-time, required — Creation timestamp in UTC in [RFC3339](https://tools.ietf.org/html/rfc3339) format.
    - `createdBy` string, required — Identifier of the user who created the resource.
    - `modifiedAt` string, date-time, required — Last modification timestamp in UTC.
    - `modifiedBy` string, required — Identifier of the user who last modified the resource.
    - `id` string, required — Unique identifier for the data archiving destination.

## Other responses

- `default` — Operation failed with an error.

---

[API](https://skmtc.net/sumologic/apis/sumo-logic-api.md) · [All operations](https://skmtc.net/sumologic/apis/sumo-logic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sumologic/sumo-logic-api/revisions/e4e4c7554890/schema)
