---
title: "Bulk storyboard status"
method: POST
path: "/api/registry/agents/storyboard-status"
tags: ["Agent Compliance"]
---

# Bulk storyboard status

`POST /api/registry/agents/storyboard-status`

Returns per-storyboard test results for multiple agents in a single request.

**Members only** — requires authentication and an active membership. Static admin API key callers may read this for support/debugging. Maximum 100 agent URLs per request.

## Request body

- object
  - `agent_urls` string[], required — Agent URLs to fetch storyboard status for

## Response `200`

Storyboard status keyed by agent URL

- object
  - `agents` object, required
  - `invalid_urls` integer — Count of invalid URLs that were skipped

## Other responses

- `400` — Invalid request body
- `401` — Authentication required
- `403` — Members only
- `500` — Server error

---

[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)
