cURL
curl --request GET \ --url https://api.veryfront.com/projects/{project_reference}/workflows/{workflow_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "description": "<string>", "target": "<string>", "source_path": "<string>", "version": "<string>", "input_schema": {}, "output_schema": {}, "schedulable": true }
Returns a workflow from the selected source target.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workflow identifier
production
environment
preview_branch
project
Discovered project workflow
Show child attributes