curl --request GET \
--url https://api.example.com/workspaces/search \
--cookie fastapiusersauth=[
{
"id": "<string>",
"name": "<string>",
"n_members": 123
}
]Return Workflow as title, description, list of Action JSONs, adjacency list of Action IDs.
curl --request GET \
--url https://api.example.com/workspaces/search \
--cookie fastapiusersauth=[
{
"id": "<string>",
"name": "<string>",
"n_members": 123
}
]Was this page helpful?