This endpoint retrieves a list of files within a specific workspace.

The request does not require a request body.

Response

Upon a successful request, the response will include an array of files, each containing the following information:

  • file_id (string): The unique identifier for the file.
  • file_name (string): The name of the file.
  • format_id (string): The format of the file.
  • locale (string): The locale of the file.
  • word_count (integer): The number of words in the file.
  • source (string): The source of the file.
  • upload_date (string): The date and time when the file was uploaded.
  • last_modified (string): The date and time when the file was last modified.
  • url (string): The URL to access the content of the file.

Additionally, the response includes a pagination object with the following properties:

  • total (integer): The total number of files available.
  • limit (integer): The maximum number of files returned per request.
  • offset (integer): The offset used for pagination.
Language
Credentials
Bearer
Click Try It! to start a request and see the response here!