doc 996 when custom id is specified in our documen...
# community-help
j
> doc 996 when custom id is specified in our documents Not sure I understand this... but if you specify an
id
field in the docs, this is what that ID refers to. If you don't set one, it is automatically generated by Typesense. If you didn't set an
id
field explicitly, you could do something like
GET /collections/<name>/documents/<id>
(where id would be 996 in your case) to get the document that that ID refers to