Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

NAME

OpenAI::API::Request::File::List - files endpoint

SYNOPSIS

my $request = OpenAI::API::Request::File::List->new();
my $res = $request->send();
my @files = @{ $res->{data} };

DESCRIPTION

Returns a list of files that belong to the user's organization.

METHODS

new()

send()

Sends the request and returns a data structured similar to the one documented in the API reference.

SEE ALSO

OpenAI API Reference: Files