cURL
curl --request GET \ --url https://a.api.mindset.ai/api/v1/appuid/{appUid}/contexts/{contextUid}/files \ --header 'x-api-key: <api-key>'
{ "files": [ { "uid": "<string>", "externalId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "name": "<string>", "status": "<string>", "runId": "<string>", "mimeType": "<string>", "autoPublish": true, "hideContentSegments": true, "labels": [ "<string>" ], "contentHash": "<string>", "knownAs": "<string>", "externalUrl": "<string>", "viewOriginalSource": true, "thumbnailUpdatedByAdmin": true } ] }
Your application's uid
1
Your context's uid
Start after the given createdAt timestamp (ISO 8601) for pagination
Filter results to a specific runId
Filter results for a specific processing status
Successful retrieval
Show child attributes