Barndoor · Example Payload

Barndoor List Policies Example

AI AgentsAI GovernanceAgentic AIMCPModel Context ProtocolPolicy EnforcementOAuthIdentitySecurityAuditControl Plane

Barndoor List Policies Example is an example object payload from Barndoor, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

response

Example Payload

Raw ↑
{
  "response": {
    "data": [
      {
        "id": "00000000-0000-0000-0000-000000000000",
        "name": "example",
        "status": "example",
        "mcp_server_id": "example",
        "mcp_server_name": null,
        "application_ids": [
          null
        ],
        "application_names": [
          null
        ],
        "tags": [
          null
        ],
        "updated_at": "2026-05-15T12:00:00Z",
        "updated_by_user_id": "example",
        "updated_by_user_name": null,
        "description": null,
        "rules_count": 0
      }
    ],
    "pagination": {
      "page": 1,
      "limit": 1,
      "total": 1,
      "pages": 1,
      "previous_page": 1,
      "next_page": 1
    }
  }
}