For the complete documentation index, see llms.txt. This page is also available as Markdown.

List All Global Variables

Get a paginated list of all global variables in your workspace.

The 200 response data is an array of variable summary objects. Each item includes name, dataType, value (masked as *** for secret variables), isSecret, canReset, checksum, createdAt, updatedAt. Pagination metadata (pageNo, pageSize, totalCount, totalPages) is returned at the top level.

List global variables

get

Get a paginated list of all global variables in your workspace.

Response data is an array of variable objects. Each item includes name, dataType, value (masked as *** for secrets), isSecret, canReset, checksum, createdAt, updatedAt.

Pagination fields are returned at the top level: pageNo, pageSize, totalCount, totalPages.

Canonical response file: Get/GET_ALL.json

Authorizations
Nected-API-KeystringRequired

Your Nected API key. Obtain from workspace settings.

Query parameters
pageNointegerOptional

Page number (1-based)

Default: 1
pageSizeintegerOptional

Items per page

Default: 10
Header parameters
Nected-BranchstringOptional

Branch name (optional)

Responses
200

OK — paginated list of global variables

application/json

Response wrapper for the list endpoint

codestringOptionalExample: success
messagestringOptionalExample: Success.
pageNointegerOptionalExample: 1
pageSizeintegerOptionalExample: 10
totalCountintegerOptionalExample: 4
totalPagesintegerOptionalExample: 1
get
/dev/variable

Example response (full JSON)

Use the API reference below to try the endpoint.

Last updated