Skip to main content
POST
ListExports
Questions or issues? Contact us at api-support@manus.ai.
User identifier: user accepts either a user ID or an email address.Pagination: Page-based — page starts at 1. All three fields (user, page, page_size) are required.

Authorizations

X-API-Key
string
header
required

Body

application/json
user
string
required

User ID or email address.

Example:

"user@example.com"

page
integer<int32>
required

Page number, starting from 1.

Example:

1

page_size
integer<int32>
required

Number of records per page.

Example:

10

Response

Export records retrieved successfully.

records
object[]

List of export records.

total
integer<int32>

Total number of records matching the query.

request_id
string

Request ID for tracing and auditing.