cURL
curl --request GET \ --url https://api.example.com/user/document/{knowledge_id}/pages \ --header 'Authorization: Bearer <token>'
[ { "page_id": 123, "knowledge_id": 123, "created_at": "2023-11-07T05:31:56Z", "page_no": 123, "image_url": "<string>" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 1
Successful Response