assistantId ou status (ex: buscar apenas campanhas com erro ou agendadas).page e limit para navegação em grandes volumes de dados.curl --location --request GET 'https://api.hubling.ai/api/v1/communications?assistantId=203b8923-aa47-4308-8177-ef03a3f95fdb&status=completed&page=1&limit=10' \
--header 'x-api-key: <api-key>'{
"communications": [
{
"id": "string",
"name": "string",
"status": "string",
"totalContacts": 0,
"sentCount": 0,
"deliveredCount": 0,
"failedCount": 0,
"scheduledAt": "2019-08-24T14:15:22.123Z",
"createdAt": "2019-08-24T14:15:22.123Z"
}
],
"pagination": {
"total": 0,
"page": 0,
"limit": 0,
"totalPages": 0
}
}