
Anthropic ListFiles
CertifiedList Anthropic files
Anthropic ListFiles
List Anthropic files
Lists files stored in the Anthropic Files API using the beta Files endpoint.
type: io.kestra.plugin.anthropic.ListFilesExamples
List files
id: anthropic_list_files
namespace: company.team
tasks:
- id: list_files
type: io.kestra.plugin.anthropic.ListFiles
apiKey: "{{ secret('ANTHROPIC_API_KEY') }}"
limit: 25
Properties
apiKey *Requiredstring
Anthropic API Key
afterId string
After ID
Cursor for pagination; returns results after this file ID.
beforeId string
Before ID
Cursor for pagination; returns results before this file ID.
limit integerstring
Limit
Maximum number of files to return (1-1000).
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
scopeId string
Scope ID
Filter by scope ID, such as a session ID.
Outputs
files array
Files
List of files returned by Anthropic.
io.kestra.plugin.anthropic.FileMetadataInfo
Created at
RFC 3339 timestamp of file creation.
Downloadable
Whether the file can be downloaded.
File ID
Unique identifier for the file.
Filename
Original filename of the uploaded file.
MIME type
MIME type of the file.
Scope ID
Scope identifier for the file (e.g., session ID).
Size
File size in bytes.
firstId string
First ID
First file ID in the result page.
hasMore boolean
Has more
Whether more results are available.
lastId string
Last ID
Last file ID in the result page.