Workflows and apps
Get a workflow
One workflow's detail: type, enabled state, validity, storage path, and last update.
GET
https://cloud.generalinput.com/v1/workflows/:idAuthenticationRequires
workflows:manage on a personal API key. A CLI session always passes.Response
{
"id": "wf_01HX…",
"name": "Daily Digest",
"workflowType": "code",
"isEnabled": true,
"isValid": true,
"storagePath": "workflows/wf_01HX…",
"updatedAt": "2026-09-01T08:00:00.000Z"
}Errors
| Status | When |
|---|---|
404 | Not found, or not accessible in this workspace. |