Skip to main content

Get all Files

GET 

/v2/files

Retrieves all files.

Filtering

For general filtering syntax, see Filtering.

The following operators and attributes are available when filtering on this endpoint.

AttributeTypeOperatorsExample
file_namestringeq / likeeq(file_name, my_image.jpg)
widthintegergt / ge / lt / legt(width,200)
heightintegergt / ge / lt / lelt(height,500)
file_sizeintegergt / ge / lt / lele(file_size,20953)

Request

Responses

OK