cURL
curl --request GET \ --url https://control-plane.kubiya.ai/api/v1/context/{entity_type}/{entity_id}
{ "id": "<string>", "entity_type": "<string>", "entity_id": "<string>", "organization_id": "<string>", "knowledge_uuids": [ "<string>" ], "resource_ids": [ "<string>" ], "policy_ids": [ "<string>" ], "created_at": "<string>", "updated_at": "<string>" }
Get context configuration for any entity type
environment
team
project
agent
Successful Response
Generic context response
Was this page helpful?