cURL
curl --request GET \ --url https://api.siit.io/v1/workflows/{uid} \ --header 'Authorization: Bearer <token>'
{ "uid": "<string>", "name": "<string>", "status": "draft", "executed_count": 0, "trigger_type": "date", "trigger_name": "date.date", "author_uid": "<string>", "updated_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z" }
Please note archived Workflows are NOT returned.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The UID of the Workflow
Workflow show
The response is of type object.
object