> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# ContainerFileListResponse

## Fields

| Field     | Type                                                                                                      | Required             | Description                                                       | Example                    |
| --------- | --------------------------------------------------------------------------------------------------------- | -------------------- | ----------------------------------------------------------------- | -------------------------- |
| `Data`    | \[][components.ContainerFile](../../models/components/containerfile.mdx)                                  | :heavy\_check\_mark: | N/A                                                               |                            |
| `FirstID` | `*string`                                                                                                 | :heavy\_check\_mark: | N/A                                                               | cfile\_b3V0L3JlcG9ydC5jc3Y |
| `HasMore` | `bool`                                                                                                    | :heavy\_check\_mark: | True when another page can be fetched by passing `after=last_id`. | false                      |
| `LastID`  | `*string`                                                                                                 | :heavy\_check\_mark: | N/A                                                               | cfile\_b3V0L3JlcG9ydC5jc3Y |
| `Object`  | [components.ContainerFileListResponseObject](../../models/components/containerfilelistresponseobject.mdx) | :heavy\_check\_mark: | N/A                                                               | list                       |
