search for workflows by a search attribute query
post/api/v1/workflow/search
Request body
Example request
{
"nextPageToken": "nextPageToken",
"query": "query",
"pageSize": 0
}Response
successful operation
Example response
{
"nextPageToken": "nextPageToken",
"workflowExecutions": [
{
"workflowRunId": "workflowRunId",
"workflowId": "workflowId"
},
{
"workflowRunId": "workflowRunId",
"workflowId": "workflowId"
}
]
}