Skip to main content
GET
get a variable

Authorizations

Authorization
string
header
required

your rumik api key, e.g. rk_live_.... create one in the rumik dashboard.

Path Parameters

variable_id
string<uuid>
required

the variable's id.

Response

ok.

an account-wide {name} prompt variable.

id
string<uuid>
required

the variable's id.

name
string
required

the {name} prompts use.

defaultValue
string
required

the fallback value.

toolId
string<uuid> | null
required

the before-call tool feeding it, or null.

toolOutput
string | null
required

the output taken from that tool, or null.

createdAt
string<date-time>
required
updatedAt
string<date-time>
required