Skip to content

GET Export By Business ID endpoint.

Endpoint

GET/web/v1/partner/exports/{bizId} WEB

Authentication

  • Chain: WEB
  • JWT Token: true
  • API Key: false
  • Permissions: ["export:read"]
  • Secure Channel: DISABLED

Rate Limit

120 requests per 60 seconds.

Headers

Frontend Headers

HeaderRequiredDescription
X-LOCALEYes用户的 locale
Accept-LanguageNo语言偏好

Cloudflare Headers

HeaderRequiredDescription
CF-Connecting-IPYesClient IP from Cloudflare
CF-IPCountryYesClient country code
CF-RayYesCloudflare Ray ID
CF-VisitorYesVisitor scheme
X-Real-IPYesReal client IP

Nginx Headers

HeaderRequiredDescription
X-PORTAL-ACCESS-CODEYesPortal access code
X-Real-IPYes客户端真实 IP
X-Forwarded-ForYes代理链
X-Forwarded-ProtoYes协议

Request Parameters

Path Parameters

FieldTypeRequiredDescription
bizIdStringYesExport task business ID

Response

200 OK

FieldTypeDescription
bizIdStringExport task business ID
exportTypeStringExport type
remarkStringRemark
statusintTask status
fileNameStringOutput file name
recordCountIntegerExported record count
errorMessageStringError message
expiredAtInstantExpiry time
completedAtInstantCompletion time
createdAtInstantCreation time

Phase 3 Simulation

SlaunchX Internal Documentation