curl --location --request GET 'https://api.plusvibe.ai/api/v1/email-placement/list/parent-tests?api_key=pk_live_1234567890abcdef&workspace_id=65f3c92d3dbe5dbb35374a9a&status&type&sort_field=name&sort_dir&limit&page' \
--header 'x-api-key: <api-key>'{
"status": 1,
"message": "Tests retrieved successfully",
"data": {
"tests": [
{
"_id": "65f3c92d3dbe5dbb35374abc",
"name": "Q1 2024 Deliverability Test",
"type": "AUTOMATIC",
"status": "DRAFT",
"total_tests": 15,
"compl_tests": 12,
"created_at": "2019-08-24T14:15:22.123Z"
}
],
"pagination": {
"total": 0,
"page": 0,
"limit": 0,
"pages": 0
}
}
}