latestOpenAPI 3.0.02026-08-1610635191.3 KB
355890b6b4cc
Deep Research
Get all deep research requests
Retrieves all deep research requests made by the authenticated user
get/deep-research/research
Response
Successfully retrieved deep research requests
Example response
[
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"requestedOn": "2024-01-15T10:30:00Z",
"succeededOn": "2024-01-15T10:35:00Z",
"status": 100,
"prompt": "What are the latest developments in artificial intelligence?",
"outputType": "json",
"jsonFormat": "{\"summary\":\"\",\"keyInsights\":[]}",
"isScheduleTemplate": true,
"scheduleId": "550e8400-e29b-41d4-a716-446655440000",
"dailyCount": 2,
"scheduleEndDate": "2024-12-31T23:59:59Z",
"lastScheduleExecutionOn": "2024-01-16T09:00:00Z",
"nextScheduleExecutionOn": "2024-01-16T12:00:00Z"
}
]