Skip to main content
GET
Get an agentic workflow

Authorizations

Authorization
string
header
required

JWT tokens should be used with OIDC account (human to machine). JWT tokens used by the Qovery console to communicate with the API have a TTL. Curl Example ' curl https://console.qovery.com/organization -H "Authorization: Bearer $qovery_token" '

Path Parameters

agenticWorkflowId
string<uuid>
required

Response

Get agentic workflow

id
string<uuid>
required
created_at
string<date-time>
required
read-only
service_type
enum<string>
required

type of the service (application, database, job, ...)

Available options:
APPLICATION,
DATABASE,
CONTAINER,
JOB,
HELM,
TERRAFORM,
ARGOCD_APP,
AGENTIC_WORKFLOW
environment
object
required
name
string
required

name is case insensitive

slug
string
required

URL-friendly identifier derived from the name

description
string
required
webhook_ip_allowlist
string[]
required

CIDR ranges the incoming webhook request's source IP is checked against

docker_fragment
string
required
enabled
boolean
required
mcp
string
required

Raw JSON blob describing the MCP servers configured for this workflow

outputs
object[]
required
model
object
required
project_repositories
object[]
required
agent_prompt
string
required
governance
object
required
resources
object
required
webhook
object
required
updated_at
string<date-time>
read-only
icon_uri
string<uri>

Icon URI representing the agentic workflow.