List Blueprints Api V1 Workstreams Blueprints Get
get
/api/v1/workstreams/blueprintsdeprecatedList blueprints (deprecated)
Deprecated alias for the matching `/workplans` operation.
**Deprecated:** renamed to the `/api/v1/workstreams/workplans/...` surface. This `/blueprints/...` path still works but will be removed in a future release. Update integrations to use `workplans`.
Query parameters
template_idquery | Filter by template/workstream |
client_idquery | Filter by client |
statusquery | Filter by statusdraftactivepausedarchived |
limitquery | Results per page |
offsetquery | Pagination offset |
Responses
200Successful Response
| Field | Type | Description |
|---|---|---|
items | Workplan[] | —item shape |
paginationrequired | Pagination | Pagination informationshow nested |
422Validation Error
| Field | Type | Description |
|---|---|---|
detail | ValidationError[] | —item shape |
curl https://api.dev.arch.ie/api/v1/workstreams/blueprints \
-H "Authorization: Bearer sk_..."