Skip to main content
GET
/
v2
/
enterprise.compliance.export.detail
GetExport
curl --request GET \
  --url https://api.manus.im/v2/enterprise.compliance.export.detail \
  --header 'X-API-Key: <api-key>'
{
  "ok": true,
  "request_id": "<string>",
  "record": {
    "uid": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "completed_at": "2023-11-07T05:31:56Z",
    "event_count": 123,
    "file_size": 123,
    "error_message": "<string>"
  }
}
Questions or issues? Contact us at api-support@manus.ai.
Auth: Requires a SIEM enterprise API key (X-API-Key).Polling: Call this every few seconds after enterprise.compliance.export.create until record.status is COMPLIANCE_EXPORT_STATUS_COMPLETED or COMPLIANCE_EXPORT_STATUS_FAILED.Completed: record.event_count and record.file_size report the archive contents. Fetch the archive with enterprise.compliance.export.downloadUrl.Failures: When status is COMPLIANCE_EXPORT_STATUS_FAILED, record.error_message describes the cause.Protocols: Also callable via Connect RPC. See Protocols.

Authorizations

X-API-Key
string
header
required

Query Parameters

uid
string
required

Export task UID returned by enterprise.compliance.export.create.

Example:

"5YX76pz7Dga3yztNVw97Dh"

Response

Export task retrieved successfully.

ok
boolean

Whether the request was successful.

Example:

true

request_id
string

Unique identifier for this API request.

record
object

Export task record with current status, event count, and file size.