cURL
curl --request GET \ --url https://a.api.mindset.ai/api/v1/appuid/{appUid}/labels/externalId/{externalId} \ --header 'x-api-key: <api-key>'
{ "uid": "<string>", "name": "<string>", "externalId": "<string>", "showInDiscovery": true, "createdAt": "2023-11-07T05:31:56Z" }
Your application's uid
1
Unique externalId of the label
Successful retrieval
Unique ID of the label
Optionally id of external store where content has been ingested from
Is this label visible to end users?
Creation timestamp (ISO 8601)