Export project data in the specified format
Exports selected components from the project as CSV, XCCDF XML, InSpec profile, or JSON archive. Supports mode selection (working copy, vendor submission, published STIG) and optional SRG/membership inclusion. Returns a binary file download. Requires project membership.
Authorizations
Personal access token authentication. Send via Authorization header: Authorization: Token vulcan_xxx. Tokens are SHA-256 hashed server-side (never stored in plaintext). Scopes: read (GET), write (mutations), admin (everything). Create tokens via Settings → API Tokens in the web UI.
Parameters
Query Parameters
Comma-separated IDs of components to include in the export.
"29,30"Export mode controlling which fields and rules are included.
"working_copy""vendor_submission""published_stig""working_copy"Include the source SRG in the export package.
"true"Include project membership data in the export.
"true""false"Exclude rules that are satisfied by another rule.
"true"Responses
Binary file download (CSV, XML, ZIP, or JSON)