cURL
curl --request GET \ --url https://api.diadna.cloud/diamond/getFilesByQueryId \ --header 'secret-key: <api-key>'
{ "data": { "id": "<string>", "base": "<string>", "remark": "<string>", "expected_result": "<string>", "stage": "<string>", "status": "<string>", "jsonData": {}, "companyId": "<string>", "Table": { "transactions": [ { "name": "<string>", "stage": "<string>", "points": "<string>" } ], "mains": [ { "name": "<string>", "stage": "<string>", "points": "<string>" } ] } } }
Fetches file data for a given query ID, including transactions and mains.
Query ID to fetch data for
Files data fetched successfully
Show child attributes