---
title: "Bulk resolve policies"
method: POST
path: "/api/policies/resolve/bulk"
tags: ["Policy Registry"]
---

# Bulk resolve policies

`POST /api/policies/resolve/bulk`

Resolve up to 100 policies by ID in a single request. Returns a map of policy_id to Policy (or null if not found).

**Rate limit:** 20 requests per minute per IP address.

## Request body

- object
  - `policy_ids` string[], required

## Response `200`

Bulk resolution results

- object

## Other responses

- `400` — Invalid request
- `429` — Rate limit exceeded

---

[API](https://skmtc.net/adcontextprotocol/apis/agenticadvertising-org-registry-api.md) · [All operations](https://skmtc.net/adcontextprotocol/apis/agenticadvertising-org-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adcontextprotocol/agenticadvertising-org-registry-api/versions/9ea7fedf54c0/schema)
