Skip to main content
GET
/
projects
/
{project_reference}
/
workflows
/
{workflow_id}
Get Workflow
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
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_reference
string
required
workflow_id
string
required

Workflow identifier

Query Parameters

runtime_target_kind
enum<string> | null
Available options:
production,
environment,
preview_branch
target_environment_id
string<uuid> | null
target_branch_id
string<uuid> | null
source_target_kind
enum<string>
Available options:
project,
production,
environment,
preview_branch

Response

Discovered project workflow

id
string
required
name
string
required
description
string | null
required
target
string
required
source_path
string
required
version
string | null
required
input_schema
object
required
output_schema
object
required
schedulable
boolean
required