---
title: "Search files"
method: POST
path: "/v2/files/search"
tags: ["v2"]
---

# Search files

`POST /v2/files/search`

Use this API method to search for files based on one or more criteria: file name; folder path; file extension; content type; created/modified time; or with some specific meta information.

Up to 1000 results can be returned. If you need more results, use the scroll API method.

## Request body

- Model39
  - `query` string
  - `sort` Model38
  - `from` number
  - `size` number
  - `scroll` boolean — Start a scrolling search.

## Response `default`

Successful

---

[API](https://skmtc.dev/sirv/apis/api-documentation.md) · [All operations](https://skmtc.dev/sirv/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sirv/api-documentation/revisions/80ff016d7d3a/schema)
