Endpoint
Description
This function retrieves a list of all images stored in the Azure Blob Storage “images” container. It returns URLs with SAS tokens for secure access and sorts the images by timestamp in descending order (newest first).Request
No parameters required. This is a simple GET request.Response
Behavior
- Connects to Azure Blob Storage using shared key credentials
- Lists all blobs in the “images” container
- Generates a fresh SAS token for secure access
- Constructs full URLs with SAS tokens for each image
- Sorts images by timestamp in descending order (newest first)
- Returns the sorted list as JSON