get https://app.docupanda.io/analyses
List all analyses that have been performed.
Responses
List all analyses that have been performed.
xxxxxxxxxx
curl --request GET \
--url 'https://app.docupanda.io/analyses?limit=1000&offset=0' \
--header 'accept: application/json'
xxxxxxxxxx
31]
[
{
"analysisId": "string",
"jobId": "string",
"documentIds": [
"string"
],
"dataset": "string",
"schemaId": "string",
"numDocs": 0,
"pages": [
0
],
"data": [
{
"question": "string",
"answer": "string",
"confidence": "high",
"citations": [
{
"documentId": "string",
"pages": [
0
]
}