404 Analysis not found, not an empty analysis object.sender for community API-key callers, same as create.sendMessage. Keep the key server-side.{ "status": "fail", "statusCode": 404, "message": "Analysis not found" }.| Status | When | Recovery |
|---|---|---|
404 Analysis not found | Unknown {analysisId} | Copy an id from the list. |
401 | Missing or invalid token | Replace the key. |
{analysisId} is not a channel id or user id.curl --location 'https://adss-integration.returning.ai/apis/v1/analysis/69789f6d3e121add7de5e9c3'{
"status": "success",
"message": "Analysis retrieved successfully",
"data": {
"analysisId": "507f1f77bcf86cd799439022",
"metadata": {
"direction": "BULLISH",
"entryPlacement": "ABOVE_CURRENT",
"expiry": {
"type": "GTC"
},
"title": "EURUSD Bullish Bounce from Support",
"preferenceText": "Price bounced from [[support_zone:demand zone]]",
"alternativeText": "string",
"comments": "string",
"timeframe": "M1",
"symbol": "EURUSD"
},
"levels": {
"pivot": {
"price": 1.09,
"clientObjectId": "pivot_main",
"time": "2025-01-09T12:00:00Z"
},
"resistance": {
"price": 1.09,
"clientObjectId": "pivot_main",
"time": "2025-01-09T12:00:00Z"
},
"support": {
"price": 1.09,
"clientObjectId": "pivot_main",
"time": "2025-01-09T12:00:00Z"
},
"intermediateResistance": {
"price": 1.09,
"clientObjectId": "pivot_main",
"time": "2025-01-09T12:00:00Z"
},
"intermediateSupport": {
"price": 1.09,
"clientObjectId": "pivot_main",
"time": "2025-01-09T12:00:00Z"
}
},
"drawings": [
{
"type": "HORIZONTAL_LINE",
"clientObjectId": "string",
"points": [
{
"time": "2025-01-09T12:00:00Z",
"price": 1.09
}
],
"style": {
"color": "#FF0000",
"lineWidth": 2,
"lineStyle": "SOLID",
"fillColor": "#00FF0033",
"borderColor": "#00FF00",
"opacity": 1
}
}
],
"status": "Pending",
"createdBy": {
"userId": "string",
"username": "string",
"displayName": "string"
},
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
}