Anthropic ListFiles

Anthropic ListFiles

Certified

List Anthropic files

Lists files stored in the Anthropic Files API using the beta Files endpoint.

yaml
type: io.kestra.plugin.anthropic.ListFiles

List files

yaml
    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

Anthropic API Key

After ID

Cursor for pagination; returns results after this file ID.

Before ID

Cursor for pagination; returns results before this file ID.

Limit

Maximum number of files to return (1-1000).

Reference (ref) of the pluginDefaults to apply to this task.

Scope ID

Filter by scope ID, such as a session ID.

Files

List of files returned by Anthropic.

Definitions
createdAtstring

Created at

RFC 3339 timestamp of file creation.

downloadableboolean

Downloadable

Whether the file can be downloaded.

fileIdstring

File ID

Unique identifier for the file.

filenamestring

Filename

Original filename of the uploaded file.

mimeTypestring

MIME type

MIME type of the file.

scopeIdstring

Scope ID

Scope identifier for the file (e.g., session ID).

sizeinteger

Size

File size in bytes.

First ID

First file ID in the result page.

Has more

Whether more results are available.

Last ID

Last file ID in the result page.