I am getting document by id curl "<http://localhos...
# community-help
s
I am getting document by id curl "http://localhost:8108/collections/books/documents/0" -H "X-TYPESENSE-API-KEY: xyz" -v * Trying 127.0.0.1:8108... * Connected to localhost (127.0.0.1) port 8108 (#0)
GET /collections/books/documents/0 HTTP/1.1
Host: localhost:8108
User-Agent: curl/7.81.1-DEV
Accept: /
X-TYPESENSE-API-KEY: xyz
* Mark bundle as not supporting multiuse < HTTP/1.1 200 OK < Connection: keep-alive < content-type: application/json; charset=utf-8 < transfer-encoding: chunked < * Connection #0 to host localhost left intact {"author":"Author1","id":"0","ratings":24,"title":"Book 1"}