Skip to documentation
Tellescope integration

List Files (Tellescope)

Perform List Files (Tellescope) through Tellescope.

View as Markdown
list_tellescope_files
writetellescope

Inputs

  • limit
    number
    Limit

    Optional numeric value.

    Default: "100"

  • filter_json
    expression
    Filter Json

    Optional literal value or workflow expression.

  • sort_by
    text
    Sort By

    Optional text value.

Outputs

  • filesFiles
  • countCount
  • errorError

Output schema completeness: best_effort_declared

Safety

External effect
write
Confirmation recommended
No
Retry safe
No
Dry run supported
No

Schemas

These schemas are first-pass authoring guidance. Runtime validation remains authoritative.

Input schema
{
  "type": "object",
  "properties": {
    "limit": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "sort_by": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "filter_json": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "count": {},
    "error": {},
    "files": {}
  },
  "additionalProperties": true
}
View all Tellescope actions