v5.0 Beta
Search...
/
Sign in
Book a demo
Docs
API Reference
Changelog
Docs
API Reference
Changelog
Introduction
SDKs
Errors
Humanloop API
Prompts
Tools
Datasets
Files
GET
List
Evaluations
Evaluators
Logs
Sessions
Sign in
Book a demo
Humanloop API
Files
List
GET
https://
api.humanloop.com
/
v5
/
files
Get a paginated list of files.
Query parameters
page
integer
Optional
Page offset for pagination.
size
integer
Optional
Page size for pagination. Number of files to fetch.
name
string
Optional
Case-insensitive filter for file name.
type
enum
Optional
List of file types to filter for.
Allowed values:
prompt
tool
dataset
evaluator
environment
string
Optional
Case-sensitive filter for files with a deployment in the specified environment. Requires the environment name.
sort_by
enum
Optional
Field to sort files by
Allowed values:
created_at
updated_at
name
order
"asc" or "desc"
Optional
Direction to sort by.
Allowed values:
asc
desc
Response
This endpoint returns an object.
records
list of objects
Show 4 variants
page
integer
size
integer
total
integer
Errors
422
Unprocessable Entity
Built with