curl --location --request GET 'https://api.dageno.ai/business/api/v1/open-api/prompts?page&pageSize&startAt&endAt&topic&topics&topicIds&platforms&keyword&promptId®ions&sortBy&sortOrder' \
--header 'x-api-key: <api-key>'{
"success": true,
"code": 0,
"message": "OK",
"data": {
"items": [
{
"id": "00000000-0000-4000-8000-000000000020",
"topic": "Mock Topic A",
"prompt": "What are key factors when choosing a mock product?",
"intentions": [
{
"score": 86,
"intention": "Commercial"
}
],
"funnel": "MOFU",
"createdAt": "2026-01-01T00:00:00.000Z",
"visibility": 0.92,
"visibilityChangedRate": null,
"sentiment": 76.5,
"sentimentChangedRate": null,
"avgPosition": 1.8,
"avgPositionChangedRate": null,
"citationRate": 0.24,
"volume": 5
}
]
},
"meta": {
"pagination": {
"page": 1,
"pageSize": 5,
"total": 1,
"totalPages": 1
}
}
}