List Files
Retrieve a list of files for a specific app.
Path Parameters
The ID of the app
Query Parameters
Page number
Number of items to take
Next page token (Only used on special endpoints)
Response
Unique identifier for the file
File identifier used in the storage system
Name of the file
"document.pdf"
Size of the file in bytes
1024
MIME type of the file
"application/pdf"
URL to access the file
Format of the file
DOCUMENT
"DOCUMENT"
Flag indicating whether to extract contents from the document
Flag indicating whether to extract images from the document
Flag indicating whether to extract pages from the document
Timestamp when the file was created
Current status of the file
PROCESSING
, PROCESSED
, FAILED
"PROCESSED"
Status message providing additional information about the file status
Document data associated with the file
Array of page numbers to extract from the document
[1, 2, 3]
Progress of the document extraction process
Was this page helpful?