AI agents are everywhere. See what yours are doing →
curl --request POST \
--url https://api.osohq.com/api/list_query \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"query": {
"actor_type": "<string>",
"actor_id": "<string>",
"action": "<string>",
"resource_type": "<string>",
"page_size": 10000,
"context_facts": [],
"page_token": null
},
"column": "<string>",
"data_bindings": "<string>"
}
'{
"sql": "<string>"
}Fetches a filter that can be applied to a database query to return just the resources on which an actor can perform an action.
curl --request POST \
--url https://api.osohq.com/api/list_query \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"query": {
"actor_type": "<string>",
"actor_id": "<string>",
"action": "<string>",
"resource_type": "<string>",
"page_size": 10000,
"context_facts": [],
"page_token": null
},
"column": "<string>",
"data_bindings": "<string>"
}
'{
"sql": "<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?