Skip to main content
GET
/
v1
/
conversations
/
files
/
{file_id}
Get Conversation File Status
curl --request GET \
  --url https://api-spectra.duplik.cn/v1/conversations/files/{file_id} \
  --header 'Authorization: Bearer <token>'
{
  "code": 123,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

file_id
string
required

Response

Successful Response