---
title: "Exports all selectors for an item"
method: GET
path: "/item/selector/list/export"
---

# Exports all selectors for an item

`GET /item/selector/list/export`

Exports all selectors for an item from the first selector service that responds with human translation as CSV.
CSV header: Item System ID, Selector, Selector Type, Selector Type Human
Filename:   "Selectors [System ID].csv"

## Query parameters

- `id` string, required

## Response `200`

Success, with data, Content-Disposition set

## Other responses

- `204` — Download with content-disposition but item not available. This prevents redirection of the user to error page when providing a direct download link.
- `400` — Invalid input. Returned if the encoding is invalid or a required parameter is missing.
- `401` — Unauthorized Authenticate: Access not authorized. This may be due missing permission for API call or to selected buckets.
- `402` — Payment Required Authenticate: No credits available.
- `404` — Not Found Item or identifier not found.

## Changes

- **2025-11-21** `bbfdcd468ccf` — 3 info
  - added the non-success response with the status `401`
  - added the non-success response with the status `402`
  - added the non-success response with the status `404`
- **2025-11-19** `722b0ddb9ec4` — 1 info
  - endpoint added
- **2025-11-14** `218f8a8b8952` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/intelligencex/apis/intelx-io-search-api/changes/item/selector/list/export/get.md)

---

[API](https://skmtc.dev/intelligencex/apis/intelx-io-search-api.md) · [All operations](https://skmtc.dev/intelligencex/apis/intelx-io-search-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/intelligencex/intelx-io-search-api/revisions/09fb9b26ddff/schema)
