GET
/
search
{
  "status": "complete",
  "output": {
    "result1": {
      "score": 0.95,
      "timestamp": "00:01:23",
      "text": "Sample matched text"
    }
  }
}

Query Parameters

projectid
string
required

ID of the project to search in

query
string
required

Search query string

numargs
integer
default:
5

Number of results to return

Required range: x > 1
threshold
integer
default:
1000

Search threshold value

Required range: x > 0

Response

200 - application/json
output
object

Search results object

status
enum<string>

Status of the search operation

Available options:
complete,
project may stil be processing