Retrieve detailed information about a specific file in the file store

Returns metadata about a file including:

  • Content type (MIME type)
  • File tags/metadata
  • File name and path information

It provides file information without downloading the full file content, making it efficient for operations that require only file existence verification or metadata checks.
If the file does not exist or cannot be accessed, a 404 Not Found response is returned.

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

The name of the file to be retrieved information about, with or without extension.

string
required

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

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