Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl https://api.lavendly.ai/v1/workflows?limit=10 \ -H 'Authorization: Bearer $LAVENDLY_API_KEY'
{ "count": 2, "workflows": [ { "id": "wf_xyz", "name": "Bookshop fox", "duration": 5, "updated_at": 1734001234567 }, { "id": "wf_old", "name": "Old draft", "duration": 0, "updated_at": 1733991122000 } ] }
Returns the user’s workflows, most-recently-updated first.
id
name
description
duration
thumbnail_url
updated_at
created_at
Was this page helpful?