Export user data (GDPR Art. 15)
Returns a ZIP archive containing every personal-data record held for the target user: user_data.json (account row with password/API-key hashes stripped), sessions.json (chat sessions with messages inlined), feedback.json, prompt_favorites.json, and tracking.json. Callers must be super_admin. The target user may also export their own data (self-export is allowed).
Authorizations
Organisation API key. Format: sk_<secret>/<keyname> — the secret portion, a literal slash, and the human-readable key name. The header exulu-api-key is accepted as an alias. A Bearer prefix is tolerated and stripped. Keys with an agent scope are only valid for the scoped agent instance.
Path Parameters
Numeric user ID.
Response
User data export zip.
The response is of type file.