Retrieve a quick workflow ========================= Show a quick workflow if you want to see the current state of the actions, steps or workflow. .. tip:: This is optional, when using the ``WorkflowNotificationCallbackUrlPreference`` you are automatically notified about workflow evolution. +--------+------------------------------+ | Method | Path | +========+==============================+ | GET | /api/v1/quick/envelopes/{id} | +--------+------------------------------+ Example """"""" .. code-block:: bash curl --request GET 'https://app.yumisign.com/api/v1/quick/envelopes/20211123aba6531f586827ef412d5f9e729f572e' \ --header 'Content-Type: application/json' .. include:: ../shared/envelope-response-example.rst.inc