Enterprise Data Export
enterprise.export.list
Lists export task history for a user with page-based pagination.
GET
ListExports
Questions or issues? Contact us at api-support@manus.ai.
Authorizations
Query Parameters
User ID or email address to look up exports for.
Example:
"user@example.com"
Page number, starting from 1.
Example:
1
Number of records per page.
Example:
10
Response
Export records retrieved successfully.
Previous
enterprise.export.downloadUrlReturns a temporary pre-signed download URL for a completed export. The URL expires after 10 minutes — call this endpoint again to mint a new one if needed. Only callable when the export's status is `EXPORT_STATUS_COMPLETED`.
Next
ListExports