GET
/
api
/
v1
/
appuid
/
{appUid}
/
contexts
/
uid
/
{uid}
curl --request GET \
  --url https://a.api.mindset.ai/api/v1/appuid/{appUid}/contexts/uid/{uid} \
  --header 'x-api-key: <api-key>'
{
  "uid": "<string>",
  "name": "<string>",
  "description": "<string>",
  "externalId": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "isSynced": true
}

Authorizations

x-api-key
string
header
required

Path Parameters

appUid
string
required

Your application's uid

Minimum length: 1
uid
string
required

Unique ID of the context

Response

200
application/json
Successful retrieval

The response is of type object.