_SvIncludePlusContent-_DP_exclude_spaces 1
You can exclude spaces from the export by adding them to an opt-out list. This is useful if you don’t need to report on that particular space, or if it contains sensitive content that you’d prefer not to export.
To add spaces to the opt-out list, make a POST request to <base-url>/rest/datapipeline/1.0/config/optout and pass the space keys as follows.
{
"type": "SPACE",
"keys": ["HR","TEST"]
}
These spaces will be excluded from all future exports.
For full details, including how to remove spaces from the opt-out list, refer to the Data pipeline REST API reference.