Project.workflows¶
Beta: This API may change shape in 0.1.x. It is not a frozen 1.0 contract.
Workflows belonging to this project (beta).
Signature¶
@property
workflows -> ResourceCollection[Workflow]
HTTP parameters¶
| Name | In | Type | Required | Default |
|---|---|---|---|---|
limit |
query |
integer |
no | 100 |
offset |
query |
integer |
no | 0 |
project_id |
query |
string |
yes | - |
Return shape¶
HTTP 200 — OK
Schema: PagedWorkflowOut
| Field | Type | Required |
|---|---|---|
count |
integer |
yes |
items |
array<WorkflowOut> |
yes |
Permission¶
Required permission: Any signed-in user
HTTP¶
GET /api/workflows/ (listWorkflows)
Usage¶
project.workflows