Skip to content

GET Get File endpoint.

Endpoint

GET/web/v1/system/files/{fileBizId} WEB

Authentication

  • Chain: WEB
  • JWT Token: true
  • API Key: false
  • Permissions: ["file:read"]

Rate Limit

Standard rate limit applies.

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
CF-WorkerNoCloudflare Worker indicator
CF-TCP-PortNoClient TCP port
CF-Edge-Keep-AliveNoEdge keep-alive status
CF-Cache-StatusNoCache status
CDN-LoopNoCDN loop detection
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

ParameterTypeDescription
fileBizIdString文件业务 ID

No request body.

Response

200 OK

FieldTypeDescription
data.bizIdString文件业务ID
data.bucketString存储桶
data.objectKeyString对象键
data.originalFilenameString原始文件名
data.fileSizelong文件大小(字节)
data.contentTypeString内容类型
data.fileCategoryFileCategory文件分类
data.fileStatusFileRecordStatus文件状态
data.etagString文件哈希
data.remarkString文件备注
data.createdAtInstant创建时间
data.createdByString创建者

Phase 3 Simulation

SlaunchX Internal Documentation