Anthropic GetFile

Anthropic GetFile

Certified

Get Anthropic file metadata

Retrieves metadata for a file stored in the Anthropic Files API using the beta Files endpoint.

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

Get file metadata

yaml
    id: anthropic_get_file
    namespace: company.team

    tasks:
      - id: get_file
        type: io.kestra.plugin.anthropic.GetFile
        apiKey: "{{ secret('ANTHROPIC_API_KEY') }}"
        fileId: "{{ outputs.upload.fileId }}"
Properties

Anthropic API Key

File ID

Identifier of the file to retrieve.

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

Metadata

Metadata for the requested file.

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.