Sign in

List workflow form fields

documented

List all form fields defined for a workflow.

GET /v1.1/workflows/{workflowId}/form-fieldsWorkflowsno implementation yet0 runs
No 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"
List workflow form fields · Process Street · OpenIntegrations