Get list of file names

Returns a paginated list of files available at the specified path in the file store.
It supports:

  • Pagination through continuation tokens for efficient retrieval of large file sets
  • Optional retrieval of file metadata tags
  • Configurable limits on the number of file names returned per request

The response includes file names and optionally their associated metadata tags.
For large directories, use the continuation token from the response to retrieve subsequent pages of results.

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}).

Query Params
int32

Maximum number of file names to be retrieved in a single request. For example: 10.

boolean

Select true to include metadata tags for each file in the response

string

Optional token used to retrieve the next set of results when paginating.

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