cURL
curl --request GET \ --url https://api.veryfront.com/projects/{project_reference}/job-targets \ --header 'Authorization: Bearer <token>'
{ "reserved_families": [ "task:*" ], "data": [ { "target": "<string>", "family": "<string>", "description": "<string>", "input_schema": {}, "output_schema": {} } ] }
Lists job targets for the selected source target.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
production
environment
preview_branch
project
Public job target definitions
task:*
workflow:*
deploy:*
Show child attributes