curl --request GET \
--url https://api.avidoai.com/v1/quickstarts/uploads \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>'{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"fileName": "<string>",
"fileSize": 123,
"status": "PENDING",
"materialType": "conversations",
"createdAt": "2023-11-07T05:31:56Z",
"modifiedAt": "2023-11-07T05:31:56Z",
"errorMessage": "<string>"
}
]
}Lists all quickstart CSV uploads for the current application. Returns upload metadata including file name, material type, status, and timestamps. Can be filtered by quickstartId.
curl --request GET \
--url https://api.avidoai.com/v1/quickstarts/uploads \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>'{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"fileName": "<string>",
"fileSize": 123,
"status": "PENDING",
"materialType": "conversations",
"createdAt": "2023-11-07T05:31:56Z",
"modifiedAt": "2023-11-07T05:31:56Z",
"errorMessage": "<string>"
}
]
}Your unique Avido API key
Your unique Avido Application ID
Filter uploads by quickstart ID
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"456e7890-e89b-12d3-a456-426614174001"
List of quickstart uploads
Response containing a list of quickstart uploads
Show child attributes