---
title: "Get Workflows By Id"
method: GET
path: "/v0/workflows/{workflow_id}"
tags: ["Workflows"]
---

# Get Workflows By Id

`GET /v0/workflows/{workflow_id}`

Get workflows by a ID

## Path parameters

- `workflow_id` string, required

## Query parameters

- `project_id` string, required

## Response `200`

OK

- DexterGetWorkflowsByIdTransformerResponse
  - `id` string — Unique identifier for the workflow
  - `estimated_cost` integer — Token cost estimated for this workflow
  - `name` string — Display name of the workflow
  - `created_by` string — Identifies the user who created this workflow
  - `description` string — Provides details about the workflow's purpose
  - `spec` integer[] — Contains the raw specification data for the workflow
  - `created_at` string — Timestamp when the workflow was created
  - `updated_at` string — Timestamp when the workflow was last modified
  - `val_errors` DexterValError[] — Validation errors encountered with this workflow
    - `from` string — Source component of the validation error
    - `to` string — Target component of the validation error
    - `err` string — Error message
    - `reason` string — Additional context about why the error occurred
    - `component_name` string — Specific component that generated the error
  - `project_id` string — Identifier of the project this workflow belongs to

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

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