---
title: "Export paginated sprints data"
method: GET
path: "/api/v1/data-exports/sprints"
tags: ["data-export"]
---

# Export paginated sprints data

`GET /api/v1/data-exports/sprints`

## Query parameters

- `page` number
- `limit` number

## Response `201`

- DataExportFindSprintsResponseDTO
  - `data` object[], required
    - `assignedTeamId` string, uuid, required — The unique identifier for the team assigned to the sprint
    - `createdAt` string, date-time, required — The date and time when the sprint was created
    - `dueDate` string, date-time, required — The due date of the sprint
    - `id` string, uuid, required — The unique identifier for the sprint
    - `lastUpdatedAt` string, date-time, required — The date and time when the sprint was last updated
    - `title` string, required — The title of the sprint
    - `userId` string, uuid, required — The unique identifier for the user who created the sprint
  - `meta` object, required
    - `hasNext` boolean, required
    - `limit` number, required
    - `page` number, required
    - `total` number, required

---

[API](https://skmtc.net/wejam/apis/jam.md) · [All operations](https://skmtc.net/wejam/apis/jam/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wejam/jam/revisions/bd5a5f406bca/schema)
