Variables Management API reference
Complete reference documentation for the Variables resource.
Variables
#Variables are used to store shared attributes for your workflows and templates at the environment level.
Endpoints
List variables
#Returns a paginated list of variables for a given environment.
Endpoint
Query parameters
The environment slug.
The slug of a branch to use. This option can only be used when environment is "development".
The cursor to fetch entries after.
The cursor to fetch entries before.
The number of entries to fetch per-page.
Returns
A paginated list of Variable. Contains a list of entries and page information.
A list of entries.
The description of the variable.
The timestamp of when the variable was created.
The key of the variable.
The type of the variable.
The timestamp of when the variable was last updated.
The value of the variable.
The information about a paginated result.
The cursor to fetch entries after. Will only be present if there are more entries to fetch.
The cursor to fetch entries before. Will only be present if there are more entries to fetch before the current page.
The number of entries to fetch per-page.
Variable
#An environment variable object.
Attributes
The description of the variable.
The timestamp of when the variable was created.
The key of the variable.
The type of the variable.
The timestamp of when the variable was last updated.
The value of the variable.