Endpoint
GET https://embedworkflow.com/api/v1/workflows/{workflow_id}/versions
Path Parameters
workflow_id string, required
Filter results by workflow id
Query Parameters
starting_after string, optional
Cursor for pagination - return results after this ID
ending_before string, optional
Cursor for pagination - return results before this ID
limit integer, optional
Number of items to return (max 100)
user_key string, optional
Unique user identifier
Response
Returns successful.
Response Properties
collection array
No description available
meta object
No description available
Response
1 2 3 4 5 6 7 8
{ "collection": [], "meta": { "page_limit": 25, "has_next_page": false, "has_previous_page": false } }