Skip to main content
GET
/
client
/
workflows
List client workflows
curl --request GET \
  --url http://localhost:8080/api/v1/client/workflows \
  --header 'Authorization: <api-key>'
"<unknown>"

Authorizations

Authorization
string
header
required

JWT Bearer token or raw API key via Authorization header

Query Parameters

q
string

Search by workflow name or description

group
integer

Filter by workflow group/category (1=engagement,2=referral,3=product_usage,4=education,5=loyalty,6=purchase,7=cross_sell,8=renewal,9=abandoned_cart,10=event_based,11=milestone,12=customer_success,13=satisfaction,14=feedback,15=win_back,16=seasonal,17=social_proof)

state
integer

Filter by workflow state (1=acquisition,2=engagement,3=revenue,4=health)

page
integer
default:1

Page number

page_size
integer

Items per page

Response

OK

The response is of type any.