---
title: "GET /importsource/{importSourceId}/schedule"
method: GET
path: "/importsource/{importSourceId}/schedule"
---

# GET /importsource/{importSourceId}/schedule

`GET /importsource/{importSourceId}/schedule`

Retrieve links for import schedule operations (create, get, update, delete). Returns a createSchedule link to POST a new schedule, and if a schedule already exists, returns a schedule link that can be used with GET, PUT, or DELETE operations.

## Response `200`

Schedule links retrieved successfully

- object
  - `links` object
    - `createSchedule` string, required — URL to POST to create a new schedule
    - `schedule` string — URL to GET/PUT/DELETE an existing schedule. Only present if a schedule exists for this import source.
  - `result` string

## Other responses

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

---

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