Skip to main content

New Added Documents by File Type

Category: Documents

Need a quick overview of what has been uploaded recently? This task generates a report of newly uploaded documents filtered by file type and processing status — includes a markdown table summary and optional JSON output, limited to 100 files.

Input Parameters

ParameterTypeRequiredDescription
Period to Check (Hours)NumberNoNumber of hours in the past to check for new documents based on uploaded_at. Default is 24 hours ...
File TypesTextNoOptional comma-separated list of file extensions to include (e.g. pdf,xlsx,docx). Default is all ...
Accepted OnlyBooleanNoIf selected, include only documents with processing_status = ACCEPTED. If not selected, include a...

Outputs

Summary

Type: Text/Markdown

Summary

Outputs

Type: Array

Outputs

Completion Time

Type: String

Completion Time

Example Use Cases

Recent PDF Uploads

List all new PDF documents added in the last 48 hours.

Configuration:

  • Period Hours: 48
  • File Types: pdf
  • Accepted Only: False

Tags: documents · new-uploads · file-types · reporting


Last updated: 2026-06-27