workflows
List drip workflows
GET /v1/workflows
Auth required
api.workflows.view
Returns the org's drip-workflow definitions — metadata only. The .flow
source is never exposed (authoring stays in the dashboard or a connected
git repo). Each entry carries its by-status run tally in run_counts.
Ordered by name.
Query parameters
limit integer optional Page size (1–200). Default 50.
Responses
200 A page of workflow definitions application/json
401 Missing, malformed, or unknown API key application/problem+json
403 Key lacks the required scope or plan limit violated application/problem+json
429 Per-org rate limit exceeded application/problem+json
500 Unexpected server-side failure. The
code is internal_error. The
request_id field can be quoted to SendOps support to investigate.
application/problem+json