List workflow form fields
documentedList all form fields defined for a workflow.
GET /v1.1/workflows/{workflowId}/form-fieldsWorkflowsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://public-api.process.st/v1.1/workflows/{{$workflowId}}/form-fields" \
-X GET \
-H "X-API-KEY: {{PROCESS_API_KEY}}" \
-H "Accept: application/json"