Efficiently retrieves the latest backup content for a list of up to 50 sites. This is optimized for AI agents and automation systems that need to gather configurations for multiple sites in a single request. The endpoint validates access for each site individually and returns a per-site status.
A bearer token is required for all API requests. Obtain a token via the Altostrat Authentication API.
A list of site IDs for which to retrieve the latest backup.
An array of site ID strings.
1 - 50 elementsA successful response containing the results for each requested site.
A map of site IDs to their corresponding backup retrieval results.
The total number of sites that were requested.
3
The count of sites for which a backup was successfully retrieved.
1
The count of sites for which retrieval failed (due to errors or no backups found).
2