Skip to main content
GET
/
v1
/
projects
/
{projectId}
/
llm-model-policy
Get Project LLM Model Policy
curl --request GET \
  --url https://api.anchorbrowser.io/v1/projects/{projectId}/llm-model-policy \
  --header 'anchor-api-key: <api-key>'
{
  "policy": {}
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

projectId
string
required

Response

LLM model policy retrieved successfully.

policy
object

LLM model policy object, or null if unset.