List the documents for a record
/records/{recordId}/record-documents
The record ID
curl -L \ --url 'https://api.ecosuite.io//records/{recordId}/record-documents' \ --header 'Authorization: YOUR_API_KEY'
{ "data": { "recordId": "text", "recordPath": "text", "recordName": "text", "recordType": "text", "recordSubType": "text", "documents": [ { "fileKey": "text", "fileName": "text", "size": 1, "updated": "2025-02-24T00:02:13.797Z", "suffix": "text", "title": "text" } ] } }