---
title: "A list of the CSV Exports requests and their current status"
method: GET
path: "/analyses/{username}/{project_slug}/{analysis_slug}/urls/export"
tags: ["Analysis"]
---

# A list of the CSV Exports requests and their current status

`GET /analyses/{username}/{project_slug}/{analysis_slug}/urls/export`

A list of the CSV Exports requests and their current status

## Query parameters

- `page` integer
- `size` integer

## Response `200`

Successful operation

- object
  - `count` integer
  - `results` CsvExportStatus[]
    - `job_id` string
    - `job_url` string
    - `job_status` string
    - `nb_results` integer
    - `area` integer
    - `query` UrlsQuery, required
      - `fields` string[]
      - `filters` object
      - `sort` object[]
    - `results` string
    - `date_created` string, date-time
  - `next` string
  - `previous` string
  - `page` integer
  - `size` integer

## Other responses

- `default` — error payload

---

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