---
title: "This endpoint provides a paginated list of ImportSchedules"
method: GET
path: "/plannings/imports"
tags: ["Data Flow"]
---

# This endpoint provides a paginated list of ImportSchedules

`GET /plannings/imports`

Retrieves the collection of ImportSchedule resources.

## Query parameters

- `page` integer
- `limit` integer
- `pagination` boolean
- `order[name]` 'asc' | 'desc'
- `order[createdBy.username]` 'asc' | 'desc'

## Response `200`

ImportSchedule collection

- ImportScheduleImportScheduleOutputScheduleOutput[]
  - `import` object
  - `name` string
  - `description` string, nullable
  - `cronExpression` string
  - `timezone` string
  - `status` string
  - `dateCreated` string, date-time
  - `dateModified` string, date-time
  - `createdBy` UserUserOutputScheduleOutput
    - `id` integer
    - `username` string
  - `updatedBy` UserUserOutputScheduleOutput
    - `id` integer
    - `username` string
  - `id` string

---

[API](https://skmtc.dev/quable/apis/quable-pim-api-documentation-v5.md) · [All operations](https://skmtc.dev/quable/apis/quable-pim-api-documentation-v5/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quable/quable-pim-api-documentation-v5/revisions/1641096abb34/schema)
