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

# GET /experimental/schedules

`GET /experimental/schedules`

Lists schedules in the workspaces the caller can view, newest-first.

## Query parameters

- `sort` union
  - union[]
    - union
      - 'createdAt'
      - '-createdAt'
      - 'updatedAt'
      - '-updatedAt'
      - 'id'
      - '-id'
  - 'createdAt'
  - '-createdAt'
  - 'updatedAt'
  - '-updatedAt'
  - 'id'
  - '-id'
- `page[size]` number
- `page[after]` string
- `page[before]` string
- `workspaceId` string, uuid
- `status` union
  - 'active'
  - 'paused'

## Headers

- `Authorization` string

## Response `200`

Default Response

- object
  - `links` object, required
    - `self` string, uri, required
    - `next` string, uri, nullable, required
    - `prev` string, uri, nullable, required
  - `meta` object, required
    - `count` number, 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
      - `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
      - `workspace` object, required
        - `id` string, uuid, required
        - `name` string, required
      - `createdBy` object, nullable, required
        - `id` string, uuid, required
        - `firstName` string, nullable, required
        - `lastName` string, nullable, required
      - `nextRunAt` string, date-time, nullable, required
      - `lastRunAt` string, date-time, nullable, required
      - `lastRun` object
        - `id` string, uuid, required
        - `status` union, required
          - 'pending'
          - 'completed'
          - 'failed'
          - 'cancelled'
        - `outcome` object
          - `status` union, required — Coarse outcome: whether the skill changed anything. `succeeded` — the skill did its work; `no-action` — the skill ran but made no change; `failed` — the skill tried and could not complete. This is NOT derivable from the launch run's own status; the skill governs its domain-specific outcome via `output`.
            - 'succeeded'
            - 'no-action'
            - 'failed'
          - `reason` string
        - `updatedAt` string, date-time, 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-08-27** `64ef6ca73e52` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tessl/apis/tessl-api/changes/experimental/schedules/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-service-production.skmtc.workers.dev/v1/apis/tessl/tessl-api/revisions/11217e48a1a9/schema)
