Create Query

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
dataset_idstringRequiredformat: "uuid"
querystringRequired
typeenumOptional
All possible query types
Allowed values:
parametersmap from strings to any or nullOptional
embedding_idstring or nullOptionalformat: "uuid"
check_validitybooleanOptionalDefaults to true
dynamic_tags_versionstringOptionalDefaults to v2

Response

Successful Response
query_idstringformat: "uuid"
querystring
typeenum
All possible query types
Allowed values:
statusenum
All possible query status values
resultsstring or null
dataset_idstringformat: "uuid"
created_dtstringformat: "date-time"
updated_dtstringformat: "date-time"
created_user_idstring
start_dtstring or nullformat: "date-time"
end_dtstring or nullformat: "date-time"
total_row_countinteger or null
parametersmap from strings to any or null
updated_user_idstring or null

Errors

422
Unprocessable Entity Error