cURL
curl --request GET \ --url https://a.api.mindset.ai/api/v1/appuid/{appUid}/agentsessions/uid/{uid} \ --header 'x-api-key: <api-key>'
{ "uid": "<string>", "agentSessionUid": "<string>", "humanUid": "<string>", "externalUserId": "<string>", "userEmail": "<string>", "agentUid": "<string>", "tags": [ "<string>" ], "contextUids": [ "<string>" ], "createdAt": "2023-11-07T05:31:56Z", "lastUsedAt": "2023-11-07T05:31:56Z" }
Your application's uid
1
Unique ID of the agent session
Successful retrieval
The response is of type object.
object