Skip to main content
GET
List Workflows
Returns a paginated list of workflows in the token’s workspace. Use query parameters to filter by status, search by name, and control pagination.

Parameters

string
required
Bearer token. Format: Bearer slat_<your-token>.
string
Filter by workflow status. One of: draft, published.
Search workflows by name. Case-insensitive partial match.
integer
Page number for pagination. Default: 1.
integer
Number of workflows per page. Default: 15.

Response

Returns 200 OK with a paginated list of workflows.
object[]
required
Array of workflow objects.
object
required
Pagination metadata.

Example

Response

Results are sorted by updatedAt in descending order (most recently updated first).

Status codes

What’s next