{
"success": true,
"epochs": [
{
"epoch_id": "<string>",
"mmr_root": "<string>",
"leaf_count": 123,
"created_at": 123,
"status": "open",
"project_id": "<string>",
"finalized_at": 123,
"chain_tx": "<string>",
"error": "<string>",
"start_leaf_index": 123,
"end_leaf_index": 123
}
],
"pagination": {
"total": 123,
"page": 123,
"per_page": 123,
"total_pages": 123
}
}