Skip to main content
GET

Overview

Returns a list of public workflows available in the marketplace. Workflows chain multiple Danube tools together into automated sequences.

Query Parameters

Search query to filter workflows by name or description
string
default:"newest"
Sort order. Options: newest, popular, name
integer
default:"20"
Maximum number of workflows to return (1-100)
integer
default:"0"
Number of workflows to skip for pagination

Response

Returns an array of workflow summary objects.
string
Unique workflow identifier
string
Workflow name
string
What the workflow does
integer
Number of steps in the workflow
string
User ID of the workflow creator
string
Always public for this endpoint
array
Tags for categorization
integer
Total number of times this workflow has been executed
number
Percentage of successful executions (0-100)
string
ISO 8601 creation timestamp

Example

MCP Tool

This endpoint is also available as the list_workflows MCP tool: