cURL
curl --request GET \ --url https://www.datalab.to/api/v1/workflows/workflows \ --header 'X-API-Key: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
List all workflow definitions with their steps.
Successful Response
Was this page helpful?