Skip to main content
GET
Export a full Dojo run to a downloadable file.

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Path Parameters

session_id
string<uuid>
required

Query Parameters

audience
enum<string>
default:ciso

ciso (customer, default) or debug (Mnemom staff — raw payloads).

Available options:
ciso,
debug
format
enum<string>
default:json

Serialization format of the downloaded file.

Available options:
json,
yaml,
md

Response

The run export as a downloadable attachment (Content-Disposition). Content type follows format: application/json, application/yaml, or text/markdown.

The response is of type object.