GET
/
api
/
v1
/
documents
/
recent
curl --request GET \
  --url http://localhost:8787/api/v1/documents/recent
{
  "data": [
    {
      "id": 123,
      "title": "<string>",
      "type": "<string>",
      "uploadDate": "<string>",
      "size": "<string>",
      "quizCount": 123,
      "processingStatus": "pending"
    }
  ]
}

Query Parameters

limit
number
default:5

Response

200 - application/json

Documents fetched successfully

The response is of type object.