Skip to main content
GET
/
api
/
files
/
v1
/
filesets
/
{fileSetId}
/
stats
Get FileSet Statistics
curl --request GET \
  --url https://{subdomain}.domo.com/api/files/v1/filesets/{fileSetId}/stats \
  --header 'X-DOMO-Developer-Token: <api-key>'
{
  "imageFileTypeCount": 113,
  "audioFileTypeCount": 17,
  "videoFileTypeCount": 4,
  "textFileTypeCount": 422,
  "documentFileTypeCount": 98,
  "otherFileTypeCount": 9,
  "notIndexedCount": 0,
  "indexQueuedCount": 0,
  "indexInProgressCount": 19,
  "indexCompleteCount": 623,
  "indexFailedCount": 0,
  "indexSkippedCount": 21
}

Documentation Index

Fetch the complete documentation index at: https://domoinc-openapi-sync-documents.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-DOMO-Developer-Token
string
header
required

Path Parameters

fileSetId
string
required

The ID of the FileSet for which to retrieve statistics.

Response

ResponseEntity containing the FileSet statistics.

Represents a file set, which is a collection of files.

id
string

Unique identifier for the file set.

name
string

Name of the file set, determined by the client.

description
string

Optional description of the file set, determined by the client.

aiEnabled
boolean

Flag indicating whether AI features are enabled for the file set.

connector
enum<string>

The connector used to power the file set, which defines how files are ingested.

Available options:
DOMO,
CONFLUENCE,
GITHUB,
GOOGLE_DRIVE,
S3,
SFTP,
UNKNOWN
created
string<date-time>

Timestamp when the file set was created.

createdBy
integer<int64>

ID of the user who created the file set.

updated
string<date-time>

Timestamp when the file set was last updated.

updatedBy
integer<int64>

ID of the user who last updated the file set.

owner
string

ID of the user who owns the file set, which is typically the creator until ownership is transferred.

permission
enum<string>

The permission level of the current user to the file set, which determines access rights.

Available options:
OWNER,
EDIT,
READ,
NONE
size
integer<int64>

The estimated total size of the files in the file set, in bytes.

fileCount
integer<int64>

The estimated total number of files in the file set.