Check if a file exists in the file store

Checks if a file exists at the specified path in the file store, ensuring availability before access.
Common use cases include:

  • Validating file existence before performing operations on it
  • Pre-checking before initiating a download
  • Verifying if a previously requested file is still available

The path is URL decoded to support special characters in file paths.

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

The path where the file is stored (e.g. CLM, cpq-cart-{path}, cpq/cart/{path}).

string
required

The name of the file to be checked, with or without extension, as created.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

400

Bad Request

403

Forbidden

404

Not Found

503

Service Temporarily Unavailable

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