---
title: "GET /experimental/schedules/{id}"
method: GET
path: "/experimental/schedules/{id}"
tags: ["Schedules"]
---

# GET /experimental/schedules/{id}

`GET /experimental/schedules/{id}`

Gets a schedule 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` 'schedule', 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
        - `effort` union — Explicit reasoning effort for the selected agent. Omitted keeps the agent default. Unsupported agent and effort combinations are rejected before the run is created.
          - 'low'
          - 'medium'
          - 'high'
          - 'xhigh'
          - 'max'
        - `triggerSource` union, required
          - 'manual'
          - 'api'
          - 'webhook'
          - 'scheduled'
        - `mcpServers` string[]
        - `timeoutMs` integer
      - `resolvedSkill` object
        - `kind` union, required
          - 'registry'
          - 'local'
        - `name` string, nullable, required
        - `registry` object, nullable, required
          - `workspace` string, required
          - `tile` string, required
          - `version` string, nullable, required
        - `path` string, nullable, required
        - `description` string, nullable, required
      - `label` string, nullable, required
      - `description` string, nullable, required
      - `metadata` object, required
      - `authorizationDigest` string, required — Server-derived SHA-256 over the immutable launch authorization projection, including hidden launch inputs and operator binding metadata but excluding server-owned runtime observation and failure markers. Use an independently retained operator approval artifact to compare this value before triggering; hidden values are never returned.
      - `workspaceId` string, uuid, required
      - `projectId` string, uuid, nullable, required
      - `createdBy` object, nullable, required
        - `id` string, uuid, required
        - `firstName` string, nullable, required
        - `lastName` string, 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
      - `definitionSource` union
        - 'app'
        - 'repo'
      - `sourceCommit` object
        - `sha` string, required
        - `repoFullName` string, required
      - `createdAt` string, date-time, required
      - `updatedAt` string, date-time, required

## Other responses

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

## Changes

- **2026-09-12** `ff4456b002cc` — 1 info
  - added the optional property `data/attributes/sourceCommit` to the response with the `200` status
- **2026-09-11** `04f88c57328e` — 1 info
  - added the required property `data/attributes/projectId` to the response with the `200` status
- **2026-09-10** `e57a144d1cab` — 1 info
  - added the optional property `data/attributes/config/effort` to the response with the `200` status
- **2026-09-04** `ffb03b5d287f` — 2 info
  - added the optional property `data/attributes/config/timeoutMs` to the response with the `200` status
  - added the optional property `data/attributes/definitionSource` to the response with the `200` status
- **2026-08-31** `593ffe7cdc7b` — 1 info
  - added the required property `data/attributes/authorizationDigest` to the response with the `200` status

[Full history](https://skmtc.dev/tessl/apis/tessl-api/changes/experimental/schedules/:id/get.md)

---

[API](https://skmtc.dev/tessl/apis/tessl-api.md) · [All operations](https://skmtc.dev/tessl/apis/tessl-api/llms.txt) · [OpenAPI document](https://skmtc.dev/tessl/apis/tessl-api/revisions/4b753c0f273e?raw)
