List Job Definitions Api V1 Workstreams Jobs Get
get
/api/v1/workstreams/jobsList job definitions
List job definitions for the workspace.
Query parameters
limitquery | — |
offsetquery | — |
statusquery | — |
domainquery | Filter to one domain (job_definition is domain-keyed, not workstream-bound — this is how the WorkPlans list groups recipes) |
standing_onlyquery | Exclude per-run batch-fan-out groupings (the job_definitions a WorkPlan batch run auto-creates, marked by goal_template 'Batch fan-out …'). True returns only STANDING WorkPlans/jobs — the feed for the dedicated 'my WorkPlans' surface. Default False keeps them. |
Responses
200Successful Response
| Field | Type | Description |
|---|---|---|
itemsrequired | JobDefinitionResponse[] | —item shape |
paginationrequired | any | — |
422Validation Error
| Field | Type | Description |
|---|---|---|
detail | ValidationError[] | —item shape |
curl https://api.dev.arch.ie/api/v1/workstreams/jobs \
-H "Authorization: Bearer sk_..."