GET /uploads
curl \
-X GET https://api.arta.io/uploads \
-H "Authorization: ARTA_APIKey s0e1t2e3c4a5s6t7r8o9n10o11m12y"
Response examples (200)
# Headers
content-type: application/json
x-arta-request-id: FkBjuxbwLLTx4RoAARkx
# Payload
{
"items": [
{
"created_at": "2021-10-27T16:48:38.657228",
"document_type": "other",
"document_type_label": "Inventory List",
"download_url": "https://api.arta.io/downloads/kikhAFZ565BzbGooRqLZl",
"file_name": "inventory_list_27148_16.pdf",
"id": 1942,
"mime_type": "application/pdf",
"size": 58550,
"status": "processed"
}
],
"metadata": {
"page": 1,
"page_size": 20,
"total_count": 1
}
}