# Get a workflow

> One workflow's detail: type, enabled state, validity, storage path, and last update.

Source: https://docs.generalinput.com/api/workflows/get



<Endpoint method="GET" path="/v1/workflows/:id" />

<Access scope="workflows:manage" />

## Response [#response]

```json
{
  "id": "wf_01HX…",
  "name": "Daily Digest",
  "workflowType": "code",
  "isEnabled": true,
  "isValid": true,
  "storagePath": "workflows/wf_01HX…",
  "updatedAt": "2026-09-01T08:00:00.000Z"
}
```

## Errors [#errors]

| Status | When                                            |
| ------ | ----------------------------------------------- |
| `404`  | Not found, or not accessible in this workspace. |
