Actions
Get Local Upgrade Agent Authorization
Get the time when authorization of local upgrades expires.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Agent ID | The agent ID of whom you want to get the local upgrades expiry time. |
{
"data": {
"agentAuthorization": "<string>",
"siteAuthorization": "<string>"
}
}
Was this page helpful?