Atlas
Suggestions

Get contextual suggestions

Returns query suggestions for one or more tables, ordered by score. Requires at least one 'table' query parameter.

GET
/api/v1/suggestions

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

application/json

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