# Get detections export Retrieves download URLs for deforestation and fire detection data for a specified year and month. The downloaded file contains shapefiles with detailed detection information. Endpoint: GET /detections-export Version: v1 Security: bearerAuth ## Query parameters: - `monthIndex` (integer, required) Zero-based index of the month (e.g., 11 for December) - `year` (integer, required) Year in YYYY format - `projectId` (string) Project ID (optional, defaults to user's 'active project') ## Response 200 fields (application/json): - `downloadUrl` (string,null) URL to download the detection data, null if unavailable Example: "https://storage.googleapis.com/..." ## Response 400 fields (application/json): - `code` (string) - `expected` (string) - `received` (string) - `path` (array) - `message` (string)