Skip to content

Saved flow variables visible to the caller (secrets as hints only)

GET
/v1/flows/variables
curl --request GET \
--url https://api.monita.ai/v1/flows/variables \
--header 'Authorization: Bearer <token>'

OK

Media typeapplication/json
object
variables
required
Array<object>
object
id
required
string
handle
required
string
kind
required
string
Allowed values: variable secret
scope
required
string
Allowed values: user project org
projectId
required
string
nullable
value
required
string
nullable
hint
required
string
nullable
editable
required
boolean
createdAt
required
number
updatedAt
required
number
Example
{
"variables": [
{
"kind": "variable",
"scope": "user"
}
]
}