MetricsExportStatusResponse
Response containing the status and details of a metrics export request.
{
"id": "string",
"status": "string",
"format": "string",
"download_url": "string",
"file_size": 0,
"status_message": "string",
"requested_at": 0,
"expires_at": 0,
"request": {}
}
The ID of the export request.
The status of the export request.
The URL to download the exported file, if the status is READY.
The size of the exported file in bytes, if the status is READY.
Status message providing additional details about the export request. Contains error details if the export failed.
The timestamp (in epoch milliseconds) when the exported file will expire and be deleted. Only set when status is READY.
The original export request parameters (either MetricsTimeSeriesExportRequest or MetricsPointInTimeExportRequest).