cURL
curl --request GET \ --url https://api.cyberdesk.io/v1/workflows/{workflow_id}/versions \ --header 'Authorization: Bearer <token>'
[ {} ]
Get the version history of a workflow.
Returns a list of previous versions with their prompts and timestamps. The workflow must belong to the authenticated organization.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Was this page helpful?