Process Street
Automate workflows with Process API integration
| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://public-api.process.st/ | link | — | — | — |
Actions (33)
Workflows · 22
- Assign assignee to workflow run
Assign a user or group to a workflow run (or specific tasks).
documented - Complete taskPOST /v1.1/workflow-runs/{workflowRunId}/tasks/{taskId}/complete
Mark a task as completed (honoring required fields if present).
documented - Create workflow runPOST /v1.1/workflow-runs
Create a new workflow run with a specified workflow, name, and due date.
documented - Delete workflow runDELETE /v1.1/workflow-runs/{workflowRunId}
Delete a workflow run (soft delete in many cases; see docs for restoration).
documented - Get task assigneesGET /v1.1/workflow-runs/{workflowRunId}/tasks/{taskId}/assignees
List users or groups assigned to a specific task within a workflow run.
documented - Get task infoGET /v1.1/workflow-runs/{workflowRunId}/tasks/{taskId}
Retrieve details about a specific task in a workflow run.
documented - Get workflowGET /v1.1/workflows/{workflowId}
Get a single workflow by ID.
documented - Get workflowGET /v1.1/workflows/{workflowId}
Return a single workflow by ID.
documented - Get workflow runGET /v1.1/workflow-runs/{workflowRunId}
Retrieve information about a specific workflow run, including form fields and values.
documented - List approvalsGET /v1.1/workflow-runs/{workflowRunId}/approvals
Return approvals for a workflow run, paged 20 at a time.
documented - List form field valuesGET /v1.1/workflow-runs/{workflowRunId}/form-values
Page through form field values for a workflow run.
documented - List form field values in a taskGET /v1.1/workflow-runs/{workflowRunId}/form-values/{fieldId}
List form field values for a specific field within a workflow run's task.
documented - List tasksGET /v1.1/workflow-runs/{workflowRunId}/tasks
List all tasks within a workflow run, paginated.
documented - List workflow form fieldsGET /v1.1/workflows/{workflowId}/form-fields
List all form fields defined for a workflow.
documented - List workflow tasksGET /v1.1/workflows/{workflowId}/tasks
List all tasks for a given workflow.
documented - List workflowsGET /v1.1/workflows
Return all workflows for the organization.
documented - List workflowsGET /v1.1/workflows
List workflows exposed to MCP clients.
documented - Set task due datePOST /v1.1/workflow-runs/{workflowRunId}/tasks/{taskId}/due
Set or update the due date/time for a task.
documented - Unassign assignee from workflow runDELETE /v1.1/workflow-runs/{workflowRunId}/assignees/{userId}
Unassign a user or group from a workflow run.
documented - Undelete workflow run
Restore a previously deleted workflow run within the allowable window.
documented - Update multiple form field values
Update values for multiple form fields in a workflow run.
documented - Update workflow runPUT /v1.1/workflow-runs/{workflowRunId}
Update a workflow run's name, due date, status, and form-field values; optionally modify the share link.
documented
Data Sets · 6
- Create data setPOST /v1.1/data-sets
Create a new data set.
documented - Data set record
Get, update, or delete a specific data set record.
documented - Get data setGET /v1.1/data-sets/{dataSetId}
Retrieve a single data set by ID.
documented - List data set records
List records within a data set.
documented - List data setsGET /v1.1/data-sets
List all data sets available in the account.
documented - Update data set
Update a data set's metadata.
documented