Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://prod-nginx-v2.goextrovert.com/webgateway/api/client/v2/context/{id} \ --header 'X-API-Key: <api-key>'
{ "status": "success", "data": { "id": "8d256aa6-9b12-49a7-93ee-bf41634b5b60", "updatedAt": "2025-06-30T14:02:07.456Z", "createdAt": "2025-06-30T14:02:07.456Z", "name": "<string>", "contextAboutCompany": "<string>", "contextAboutUser": "<string>", "user": { "id": "8d256aa6-9b12-49a7-93ee-bf41634b5b60", "name": "<string>" } }, "message": "Operation completed successfully" }
Loads a single Context by id with the full about-the-company and about-the-user description texts.
API Key for authentication
Response status
success
Loaded Context
Show child attributes
Success message
"Operation completed successfully"