Provenance: {
    buildCommit?: string;
    buildHost?: string;
    buildTimestamp?: Date;
    bundles?: {
        [k: string]: Revision;
    };
    version?: string;
}

Provenance information can be requested on individual API calls and are returned inline with the API response. To obtain provenance information on an API call, specify the provenance=true query parameter when executing the API call.