# Export Content Export APIs ## Export Knowledge - [POST /content/export](https://apidev.egain.com/apis/v4/knowledge/portalmgr/api-bundled/export/exportcontent.md): ## Overview The Content Export API initiates a bulk export of the Knowledge Hub to a client-provided Amazon S3 bucket or SFTP server path. It returns a URL with a Job ID to enable tracking the status of this asynchronous operation. Each export job can send multiple JSON files, depending on the total number of items to process. More than one bulk export can take place, as needed, one per portal. ## Permission * Only a client application can invoke this API. ## License * This API requires a site license (SKU: EG-CL-RTKA-PT). ## Get Export Job Status - [GET /content/export/{jobID}/status](https://apidev.egain.com/apis/v4/knowledge/portalmgr/api-bundled/export/exportstatus.md): ## Overview The Content Export Status API provides real-time status information to monitor job progress and check completion status. ## Status Values - Pending: Job is pending start of processing - In Progress: Job is actively processing content - Completed: Job finished successfully - Failed: Job encountered errors and could not complete ## Response Information - Current Status: Real-time job status - Progress Metrics: Items processed, total items - Error Details: Specific errors encountered during processing - Timing Information: Start time, estimated completion, actual completion ## Permission * Only a client application can invoke this API. ## License * This API requires a site license (SKU: EG-CL-RTKA-PT).