Skip to main content
GET
/
v1
/
platform
/
orgs
/
current
/
access-policies
Error
A valid request URL is required to generate request examples
{
  "access_policies": [
    {
      "condition_groups": [
        {
          "conditions": [
            {
              "attribute_key": "<string>",
              "attribute_value": "<string>"
            }
          ],
          "resource_type": "<string>"
        }
      ],
      "created_at": "<string>",
      "description": "<string>",
      "effect": "<string>",
      "id": "<string>",
      "name": "<string>",
      "role_ids": [
        "<string>"
      ],
      "updated_at": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Response

List of access policies

access_policies
object[]