Athena
Search

Search a Typesense collection through an Athena sync binding

POST
/typesense/search

Request Body

application/json

job_id?|
Formatint64
source_client_name?|
source_schema_name?|
source_table_name?|
q*string
query_by?array<>|
filter_by?|
sort_by?|
page?|
Formatint32
per_page?|
Formatint32

Response Body

application/json

curl -X POST "https://athena-cluster.com/typesense/search" \  -H "Content-Type: application/json" \  -d '{    "q": "string"  }'
Empty
Empty
Empty
{
  "status": "error",
  "message": "string",
  "error": "string"
}