Atlas
Suggestions

Get popular suggestions

Returns the top query suggestions across all tables, ordered by score.

GET
/api/v1/suggestions/popular

Query Parameters

limit?string

Maximum number of suggestions to return (1-50, default 10).

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:3001/api/v1/suggestions/popular"
{
  "suggestions": [
    {
      "property1": null,
      "property2": null
    }
  ],
  "total": 0
}
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}