cURL
curl --request GET \ --url https://eu-gcp-api.vg-stuff.com/v3/agents/{agentId}/variables \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": [ { "id": "<string>", "in": "<string>", "type": "string", "value": "<any>", "defaultValue": "<any>", "key": "<string>", "description": "<string>", "required": true, "reusable": true, "isEnv": true, "isSystem": true, "isGlobal": true, "agentId": "<string>", "userId": "<string>" } ] }
Gets all variables for a specific agent, this route must use the new V3 endpoints.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type object.
object