API Reference

List Analyses

List all analyses that have been performed.

Query Params
integer
Defaults to 1000

The maximum number of analyses to return. maximum is 20

integer
Defaults to 0

The number of analyses to skip (to paginate through the data)

Responses

Response body
array of objects
Response List Analyses Analyses Get
object
string
required

Unique identifier of the analysis object.

string
required

Unique identifier of the job that created the analysis.

documentIds
array of strings

List of document IDs that were analyzed.

Document IDs
string

Dataset which defines what documents are included in the analysis.

string

Unique identifier of the schema used to fetch standardizations for querying.

integer

Number of documents analyzed.

pages
array of integers

List of page numbers to analyze. If none, all pages are analyzed. Only applies for single document.

Pages
data
array of objects
required

List of questions and answers for the analysis, along with confidence and citations.

Data (Questions and Answers)*
object
string
required

The question to be answered.

string

The answer to the question.

string

The confidence level of the answer.

high medium low

citations
array of objects

List of citations for the answer.

Citations
object
string
required

Unique identifier of the document where the citation is found.

pages
array of integers
required

List of page numbers where the citation is found (zero-indexed).

Pages*
string

Timestamp of the analysis job.

Language
Credentials