Get all contents of a given folder

Returns details of files and folders for the given folder name and folder path.
This endpoint retrieves the direct contents (files and subfolders) of a specified folder.
The response includes metadata for each item and supports pagination through continuation tokens.

Use this endpoint to:

  • Browse folder contents
  • List files in a specific location
  • Navigate through folder hierarchies

The response can be paginated if there are many items in the folder.

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

Name of the folder whose contents should be retrieved.

Body Params

The request object containing:

  • FolderPath: The folder path from which contents to be retrieved (e.g. CLM, cpq-cart-{path}, cpq/cart/{path}).
  • PageSize: Number of items to return per page (Max allowed value 100)
  • ContinuationToken: Optional token for retrieving subsequent pages
string | null
string | null
int32
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
string
enum
Defaults to application/json

Generated from available request 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