Retrieve a specific File or Directory within a FileSet using its ID.
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.
The ID of the FileSet containing the File or Directory.
The ID of the File or Directory to retrieve.
File/Directory retrieved successfully
The metadata for a file set file.
Unique identifier for the file.
The full path of the file, including the file name.
The name of the file, without the full path.
The type of the file's contents.
AUDIO, VIDEO, IMAGE, TEXT, DOCUMENT, DIRECTORY, OTHER, UNKNOWN The MIME type of the file, such as "image/png" or "application/pdf".
The size of the file in bytes.
The hash of the file's contents, used for integrity checks and deduplication.
The algorithm used to compute the hash of the file.
SHA_1, SHA_256_HEX, MD5, UNKNOWN A URL to download the file's contents, if available.
The timestamp when the file was created.
The ID of the user who created the file.
The key of the connector that manages the file, used for identifying the source of the file.
The status of the file's indexing, indicating whether it has been processed for search and retrieval, if applicable.
PENDING, QUEUED, IN_PROGRESS, RAG_RECEIVED, COMPLETED, FAILED, SKIPPED, UNKNOWN The reason for the file's indexing status, providing context for why it may not have been indexed.