AI agents are everywhere. See what yours are doing →
curl --request GET \
--url https://api.osohq.com/api/policy \
--header 'Authorization: Bearer <token>'{
"policy": {
"src": "<string>",
"filename": "<string>"
}
}Gets the currently active policy in Oso Cloud. The policy is expressed as a string containing Polar code.
curl --request GET \
--url https://api.osohq.com/api/policy \
--header 'Authorization: Bearer <token>'{
"policy": {
"src": "<string>",
"filename": "<string>"
}
}Documentation Index
Fetch the complete documentation index at: https://www.osohq.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?