cURL
curl --request GET \ --url https://www.quikquery.io/api/v1/doc-groups/{id}/docs \ --header 'api-token: <api-key>'
[ { "title": "<string>", "content": "<string>", "_id": "<string>" } ]
Returns all docs inside doc group
ID of doc group
Doc response
The title of the document
The content of the document