Skip to main content
POST
python

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

x-notte-request-origin
string | null
x-notte-sdk-version
string | null

Path Parameters

function_id
string
required

Response

Successful Response

function_id
string
required

The ID of the function

created_at
string<date-time>
required

The creation time of the workflow

updated_at
string<date-time>
required

The last update time of the workflow

latest_version
string
required

The version of the workflow

versions
string[]
required

The versions of the workflow

status
string
required

The status of the workflow

workflow_id
string
required
read-only
variables
ParameterInfo · object[] | null

The variables to run the workflow with

name
string | null

The name of the workflow

description
string | null

The description of the workflow

shared
boolean
default:false

Whether the workflow is public and can beshared with other users

reference_workflow_id
string | null

The ID of the reference workflow (i.e wether the workflow was forked from another workflow or not)

published
boolean
default:false
required_secrets
string[]
source
string | null

Where the function was created from, stamped at creation. Read-only.

self_healing
boolean
default:false

Whether the build is finished and the function may be healed automatically. Can only be enabled on a function that has a thread for self-heal to resume.

instructions
string | null

Builder's operating notes: typical run duration, known failure modes, which parameters matter.

schedule_cron
string | null

Cron expression the function runs on, or null if it is not scheduled.

schedule_variables
Schedule Variables · object | null

Variables passed to each scheduled run, or null if it is not scheduled.

schedule_state
enum<string> | null

'enabled' while the schedule fires, 'paused' once the backend disabled it after a deterministic failure (exhausted credit, or an inactive function), null when there is no schedule.

Available options:
enabled,
paused