curl --request POST \
--url https://api.trychroma.com/api/v2/tenants/{tenant}/databases/{database}/collections/{collection_id}/get \
--header 'Content-Type: application/json' \
--header 'x-chroma-token: <api-key>' \
--data '
{
"where": "<unknown>",
"where_document": "<unknown>",
"ids": [
"<string>"
],
"include": [
"distances"
],
"limit": 1,
"offset": 1
}
'