---
title: "Executes a query and returns a paginated response"
method: POST
path: "/analyses/{username}/{project_slug}/{analysis_slug}/urls"
tags: ["Analysis"]
---

# Executes a query and returns a paginated response

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

Executes a query and returns a paginated response

## Query parameters

- `area` 'current' | 'disappeared' | 'new' | 'search_engines_orphans'
- `page` integer
- `size` integer

## Request body

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

## Response `200`

Successful operation

- object
  - `count` integer
  - `results` UrlDetail[]
  - `next` string
  - `previous` string
  - `page` integer
  - `size` integer

## Other responses

- `default` — error payload

---

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