List Files (Tellescope)
Perform List Files (Tellescope) through Tellescope.
list_tellescope_fileswritetellescope
Inputs
- Limit
limitnumberOptional numeric value.
Default:
"100" - Filter Json
filter_jsonexpressionOptional literal value or workflow expression.
- Sort By
sort_bytextOptional text value.
Outputs
filesFilescountCounterrorError
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
}