> Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

---
title: "Export indices list"
description: "Export the list of indices as a CSV or TSV file download. Up to 10,000 rows are returned (server-side cap), ordered by indexid. Columns: indexid, name, methodology, constituentscount, latestprice, upd"
api: "GET /api/v1/export/indices/{ext}"
gridGap: 30
---

<Aside full>
  <RequestExample>
    ```bash title="cURL" lines=false
    curl -X GET "https://api.adjacent.markets/api/v1/export/indices/csv" \
      -H "Authorization: Bearer <token>"
    ```
  </RequestExample>
</Aside>

<OpenAPIEndpoint {...{"method":"get","path":"/api/v1/export/indices/{ext}","summary":"Export indices list","description":"Export the list of indices as a CSV or TSV file download. Up to 10,000 rows are returned (server-side cap), ordered by index_id. Columns: index_id, name, methodology, constituents_count, latest_price, updated_at.","parameters":[{"name":"ext","in":"path","required":true,"description":"Export file format","schema":{"type":"string","enum":["csv","tsv"]}}],"responses":[{"status":"200","description":"CSV/TSV file of indices","examples":[]},{"status":"400","description":"Invalid format (ext must be csv or tsv)","schema":{"type":"object","properties":{"error":{"type":"string"},"message":{"type":"string"}}},"examples":[]}],"security":[{"name":"bearerAuth","type":"http","scheme":"bearer","in":"header","description":"Clerk JWT Bearer token"}],"servers":[{"url":"https://api.adjacent.markets","description":"API server"}]}} />
