---
title: "Get workflow status (Temporal-backed compat shim)"
method: GET
path: "/experimental/workspaces/{workspaceId}/workflows/{workflowId}"
tags: ["Workspaces"]
deprecated: true
---

# Get workflow status (Temporal-backed compat shim)

`GET /experimental/workspaces/{workspaceId}/workflows/{workflowId}`

> **Deprecated.**

Backwards-compatible polling endpoint for CLI builds released before the workflow DB table was retired. Resolves status from the Temporal describe API; the path param is a Temporal workflow ID, not a UUID. Deprecated — new clients should poll the workflow-backed entity (e.g. generation-run / eval-run) instead.

## Path parameters

- `workspaceId` string, uuid, required
- `workflowId` string, required

## Headers

- `Authorization` string

## Response `200`

Default Response

- object
  - `links` object, required
    - `self` string, uri, required
  - `data` object, required
    - `id` string, required
    - `type` 'workflow', required
    - `attributes` object, required
      - `status` union, required
        - 'pending'
        - 'in_progress'
        - 'completed'
        - 'failed'
      - `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)
