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
Example response
{
"run": {
"environment": {
"cwd": "/srv/fabro/workspaces/team-a"
}
}
}