
Anthropic GetFile
CertifiedGet Anthropic file metadata
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.GetFileExamples
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
apiKey *Requiredstring
Anthropic API Key
fileId *Requiredstring
File ID
Identifier of the file to retrieve.
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
Outputs
metadata
Metadata
Metadata for the requested file.
Definitions
io.kestra.plugin.anthropic.FileMetadataInfo
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.