cURL
curl --request GET \ --url https://a.api.mindset.ai/api/v1/appuid/{appUid}/contexts \ --header 'x-api-key: <api-key>'
{ "contexts": [ { "uid": "<string>", "name": "<string>", "description": "<string>", "externalId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "isSynced": true, "externalTenantId": "<string>" } ] }
Your application's uid
1
Start after the given createdAt timestamp (ISO 8601) for pagination
Only include Contexts for externalTenantId
Successful retrieval
Show child attributes