---
title: "GET /experimental/scheduled-runs/{id}"
method: GET
path: "/experimental/scheduled-runs/{id}"
tags: ["Scheduled Runs"]
---

# GET /experimental/scheduled-runs/{id}

`GET /experimental/scheduled-runs/{id}`

Gets a scheduled run by ID, including its full launch config, cron, timezone, status, and next/last run times.

## Path parameters

- `id` string, uuid, required

## Headers

- `Authorization` string

## Response `200`

Default Response

- object
  - `links` object, required
    - `self` string, uri, required
  - `data` object, required
    - `id` string, uuid, required
    - `type` 'scheduled-run', required
    - `attributes` object, required
      - `status` union, required
        - 'active'
        - 'paused'
      - `cron` string, required
      - `timezone` string, required
      - `config` object, required
        - `skillRef` string, required
        - `repoUrl` string, required
        - `baseBranch` string, required
        - `snapshot` string
        - `sandboxSnapshot` string
        - `workdir` string
        - `agent` string, required
        - `model` string, required
        - `triggerSource` union, required
          - 'manual'
          - 'api'
          - 'webhook'
          - 'scheduled'
      - `label` string, nullable, required
      - `metadata` object, required
      - `workspaceId` string, uuid, required
      - `createdBy` string, uuid, nullable, required
      - `environment` object, nullable, required
        - `id` string, uuid, required
        - `name` string, required
      - `nextRunAt` string, date-time, nullable, required
      - `lastRunAt` string, date-time, nullable, required
      - `createdAt` string, date-time, required
      - `updatedAt` string, date-time, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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