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