GET
/
v1
/
files
/
hash
/
{file_hash}
{
  "id": "<string>",
  "filename": "<string>",
  "bytes": 123,
  "purpose": "assistants",
  "created_at": "2023-11-07T05:31:56Z",
  "object": "file"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

file_hash
string
required

Response

Successful Response

Response to the file upload API.