cURL
curl --request GET \ --url https://a.api.mindset.ai/api/v1/appuid/{appUid}/contexts/{contextUid}/files/uid/{uid} \ --header 'x-api-key: <api-key>'
{ "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
Unique ID of the file
Successful retrieval
The response is of type object.
object