cURL
curl --request GET \ --url https://www.datalab.to/api/v1/workflows/step-types \ --header 'X-API-Key: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
List all available step types that can be used in workflows.
These are the building blocks users can compose into workflows.
Successful Response
Was this page helpful?