status=completed and has_structured_data=true. At least one of company_domain or company_name is required. Protected by X-API-Key header verification.X-API-Key header).curl --location 'https://api-dev.commandroom.ai/api/api/internal/research/search?company_domain=acme.com&company_name=Acme%20Corp&status=completed' \
--header 'X-Internal-Api-Key: {{internal_api_key}}' \
--header 'X-API-Key: {{internal_api_key}}'{
"success": true,
"data": [
{
"id": 1,
"uuid": "00000000-0000-0000-0000-000000000000",
"company_name": "Sample Company Name",
"company_domain": "string",
"report": "string",
"structured_data": {},
"status": "pending",
"created_at": "2026-01-15T10:30:00.000000Z"
}
]
}