Skip to content

Read the persona and playbook store on the instance's behalf

GET
/api/store/{path}
curl --request GET \
--url http://localhost:5173/api/store/example \
--cookie authjs.session-token=<authjs.session-token>

Pass-through to the store (PERSONA_STORE_URL, defaulting to the public one), so an instance fetches once for all its users and a browser with no way out still gets a catalogue. Responses are held briefly, and a held copy is served when the store is unreachable.

path
required
string

Catch-all segment; may contain slashes.

The store's listing, or one persona or playbook bundle, verbatim.

Media typeapplication/json
object
Examplegenerated
{}