Skip to content
Select themeSelect language

get_api_management_v1_workspaces_slug_projects

GET
/api/management/v1/workspaces/{slug}/projects
Media typeapplication/json
Array<object>
object
automations
required

#1161 D2 — the project’s automation arms, so a management caller can READ BACK what it wrote through the spec’s automations block. Without this the write side could only be confirmed by running the pipeline: the fields went in and nothing came out. Ordered by kind; empty for a project with no arms.

Array<object>

#1161 D2 — the management read projection of ONE automation arm. Deliberately NARROW: it carries the arm’s identity plus the two fields that had no management door (review_enabled, pipeline_config), and NEVER the row’s webhook_secret — a read projection must not become a secret-exfiltration path.

object
enabled
required
boolean
kind
required
string
pipeline_config
required

#538 (mig 231) — the pipeline knobs bag: the return-to-sender loop’s max_rounds / max_cost_usd ceilings, the convergence level and the per-stage overrides.

review_enabled
required

#538 (mig 231) — the independent forensic audit tail.

boolean
git_provider
string | null
git_repo_url
string | null
id
required
string format: uuid
key
required
string
name
required
string
Examplegenerated
[
{
"automations": [
{
"enabled": true,
"kind": "example",
"pipeline_config": "example",
"review_enabled": true
}
],
"git_provider": "example",
"git_repo_url": "example",
"id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0",
"key": "example",
"name": "example"
}
]