@webitel/api-services
    Preparing search index...

    Response containing a page of export history records.

    interface WebitelMediaExporterListExportsResponse {
        items?: WebitelMediaExporterExportRecord[];
        next?: boolean;
        page?: number;
    }
    Index

    Properties

    Properties

    List of export records.

    next?: boolean

    Indicates if there are more records available.

    page?: number

    Current page number.