Get stack deployments
GET/api/v1/orgs/{orgId}/stack-configs/deployments
Overview: Retrieves paginated list of all active stack deployments in the system.
• System-wide view: Returns deployments across all devices and stacks
• Active only: Excludes deleted or inactive deployments
• Administrative use: Primarily for system administrators to monitor all deployments
• MaxResultCount: Maximum 1000 records per page
• Sorting support: Supports sorting by CreationTime, with descending order by CreationTime as the default.
Request
Responses
- 200
- 400
- 403
- 500
OK
Bad Request
Forbidden
Internal Server Error