v1

latestOpenAPI 3.1.02026-08-042955230.1 KB
Uploads

Get uploaded billing file status

Returns metadata and upload status for a partner API upload. Clients can poll this endpoint until upload_status is COMPLETE, then pass the upload ID to the savings-estimate operation.

get/v1/org/{org_id}/uploads/{upload_id}

Response

OK

idstring uuid required
created_atstring date-time required
org_idstring required
file_namestring required
content_typestring required
size_bytesinteger required
descriptionstring nullable required
upload_status'PENDING' | 'PROCESSING' | 'COMPLETE' | 'ERROR' required
source'agent_upload' | 'attachment' | 'partner_api' required
detected_typestring nullable required
available_actionsstring[]