v106

OpenAPI 3.1.0raw.githubusercontent.com2026-08-02160524464.6 KB
Run Internals

Retrieve Run Settings

Returns the persisted dense WorkflowSettings snapshot used to launch this run.

get/api/v1/runs/{id}/settings

Path parameters

idstring required

Unique run identifier (ULID).

Response

Run settings

environmentsobject required

Example response

{
  "run": {
    "environment": {
      "cwd": "/srv/fabro/workspaces/team-a"
    }
  }
}