Back

list-files (clj)

(source)

function

(list-files) (list-files options)
Returns a list of files that belong to the user's organization. Example: ``` (list-files) ``` Also see the [OpenAI documentation](https://platform.openai.com/docs/api-reference/files/list)

Examples