Skip to main content

Workflows

Workflow endpoints manage the full lifecycle of workflows in Unstract — including CRUD operations, execution control, endpoint configuration (source/destination connectors), execution monitoring, and file history tracking.

Permissions
  • List / Retrieve / Schema / Shared Users: IsOwnerOrSharedUserOrSharedToOrg
  • Update / Delete: IsOwner

Pagination

All paginated endpoints use page (default 1) and page_size (default 50, max 1000) query parameters and return responses in the format: { count, next, previous, results }.


Workflow CRUD

Create, list, retrieve, update, and delete workflows.


Workflow Actions

Execute workflows, manage activation state, check update permissions, clear file markers, and retrieve schemas.


Workflow Executions

List, retrieve, and inspect execution logs for workflow runs.


File History

Track and manage file processing history for workflows. View which files have been processed, their status, and execution counts.