getGet operations activity export

Required capabilityoperations_reports.read

Request

Request URL

GET
GET /operations-activity-exports/{export_id}

Responses

Response

application/json
{
  "format": "csv",
  "byte_size": 32768,
  "download_path": "/operations-activity-exports/b8e2f1a0-4c3d-4e5f-9a1b-2c3d4e5f6a7b/download",
  "expires_at_utc": "2026-05-01T10:00:00Z",
  "failure_reason": null,
  "filter_criteria": {
    "date_from_utc": "2026-04-01T00:00:00Z",
    "date_to_utc": "2026-04-30T23:59:59Z"
  },
  "finished_at_utc": "2026-05-01T10:00:00Z",
  "generated_at_utc": "2026-05-01T10:00:00Z",
  "generated_by": "users/b8e2f1a0-4c3d-4e5f-9a1b-2c3d4e5f6a7b",
  "id": "b8e2f1a0-4c3d-4e5f-9a1b-2c3d4e5f6a7b",
  "requested_scope": {
    "kind": "enterprise",
    "ref": "enterprises/b8e2f1a0-4c3d-4e5f-9a1b-2c3d4e5f6a7b"
  },
  "row_count": 150,
  "status": "ready",
  "storage_location": "s3://bucket/exports/ops-001.csv"
}

Operation succeeded.