List Blueprints Api V1 Workstreams Workplans Get
get
/api/v1/workstreams/workplansList workplans
List workplans with optional client filter.
A workplan is a client-specific workflow configuration derived from a
template (a Workstream bound to a client + jurisdiction).
**Query Parameters:**
- `template_id`: Filter by template/workstream UUID
- `client_id`: Filter by client UUID
- `status`: Filter by status (default: active)
- `limit`: Results per page (1-100, default: 20)
- `offset`: Pagination offset (default: 0)
**Authentication Required:** JWT Bearer token
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
200Workplans retrieved successfully
| Field | Type | Description |
|---|---|---|
items | Workplan[] | —item shape |
paginationrequired | Pagination | Pagination informationshow nested |
401Unauthorized
422Validation Error
| Field | Type | Description |
|---|---|---|
detail | ValidationError[] | —item shape |
curl https://api.dev.arch.ie/api/v1/workstreams/workplans \
-H "Authorization: Bearer sk_..."