GET
/
v2
/
files
Retrieve a File
curl --request GET \
  --url https://api.lilt.com/v2/files
[
  {
    "id": 46530,
    "name": "en_US.json",
    "file_hash": "3858f62230ac3c915f300c664312c63f",
    "detected_lang": "de",
    "detected_lang_confidence": 0.7,
    "category": "REFERENCE",
    "labels": [],
    "created_at": "2019-10-16T22:12:34Z",
    "updated_at": "2019-10-16T22:12:34Z"
  }
]

Authorizations

key
string
query
required

Query Parameters

id
integer

A unique File identifier.

labels
string[]

One or more labels. This will return the files which contain all of the given labels.

Response

200
application/json

A list of files.

The response is of type FilesList · object[].