Error
A valid request URL is required to generate request examples{
"data": [
{
"id": "<string>",
"object": "file",
"bytes": 123,
"created_at": 123,
"filename": "<string>",
"purpose": "<string>"
}
],
"object": "list"
}{
"error": "<string>"
}{
"error": "<string>"
}Files
List Files
Returns a list of files that belong to the user’s organization.
GET
/
files
Error
A valid request URL is required to generate request examples{
"data": [
{
"id": "<string>",
"object": "file",
"bytes": 123,
"created_at": 123,
"filename": "<string>",
"purpose": "<string>"
}
],
"object": "list"
}{
"error": "<string>"
}{
"error": "<string>"
}Was this page helpful?

