Looks up documents by exact filename match against `Document.PhysicalDocument.FileName`. Soft-deleted documents are excluded. Returns one row per matching physical document; no deduplication.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

The requested API version

Body Params

The filenames to look up (1–100 entries).

Request body for POST /commands/v4/documents/filenamesearch.
Looks up documents whose attached PhysicalDocument.FileName exactly
matches one of the supplied filenames (case-insensitive per SQL Server's
default collation). Soft-deleted documents are excluded.

filenames
array of strings
required
length between 1 and 100

The filenames to look up. 1–100 entries. Empty / whitespace entries
and entries longer than 2048 characters are dropped before query.

filenames*
Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json