cURL
curl --request GET \ --url 'https://api.lilt.com/v2/upload?key='
[ { "id": 12345, "filename": "document.xliff", "status": "pending", "created_at": "2023-11-07T05:31:56Z" } ]
Retrieve all pending uploads for the current user and organization.
Example CURL command:
curl -X GET https://lilt.com/2/upload?key=API_KEY
Comma-separated list of upload IDs to filter by.
Comma-separated list of upload statuses to filter by.
List of pending uploads.
Unique upload identifier
12345
Name of the uploaded file
"document.xliff"
Current upload status
"pending"
Upload creation timestamp
Was this page helpful?