---
title: "Get import schedule"
method: GET
path: "/importsource/{importSourceId}/importschedule/{importScheduleId}"
---

# Get import schedule

`GET /importsource/{importSourceId}/importschedule/{importScheduleId}`

Retrieves a specific scheduled import configuration by ID

## Path parameters

- `importSourceId` string, required
- `importScheduleId` string, required

## Response `200`

Import schedule retrieved successfully

- ImportScheduleResponse
  - `id` string — The unique identifier of the import schedule
  - `importSourceId` string — The ID of the associated import source
  - `startTime` string, date-time — The start time of the schedule in ISO 8601 format
  - `runInterval` 'ONCE' | 'DAILY' | 'WEEKLY' | 'MONTHLY' — The frequency of the scheduled import
  - `created` string, date-time — Timestamp when the schedule was created
  - `updated` string, date-time — Timestamp when the schedule was last updated
  - `collectionId` string — The collection (object schema) ID associated with this import

## Other responses

- `401` — Client must be authenticated to access this resource.
- `404` — Import source or schedule not found
- `500` — Something went wrong. Please try again later. If the error persists, contact our support team.

---

[API](https://skmtc.dev/atlassian/apis/rest.md) · [All operations](https://skmtc.dev/atlassian/apis/rest/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/atlassian/rest/revisions/07137e668210/schema)
