Skip to main content
GET
Python

Authorizations

Authorization
string
header
required

Admin JWT or access token for authenticating requests to VectorAI DB.

Path Parameters

collection_name
string
required

The name of the collection containing the point.

id
required

The unique identifier of the point to retrieve. Accepts an integer or a UUID string.

Response

Point retrieved

usage
object

Resource usage information for this request.

time
number<double>

Time spent to process this request, in seconds.

Example:

0.000161149

status
string

Operation status. Returns ok on success.

Example:

"ok"

result
object

The retrieved point.