---
title: "Creates a new UrlExport object and starts a task that will export the results into a csv"
method: POST
path: "/analyses/{username}/{project_slug}/{analysis_slug}/urls/export"
tags: ["Analysis"]
---

# Creates a new UrlExport object and starts a task that will export the results into a csv

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

Creates a new UrlExport object and starts a task that will export the results into a csv. Returns the model id that manages the task

## Query parameters

- `area` 'current' | 'disappeared' | 'new' | 'search_engines_orphans'

## Request body

- UrlsQuery
  - `fields` string[]
  - `filters` object
  - `sort` object[]

## Response `201`

Successful operation

- 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

## 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)
