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

# List objects in a bucket

This endpoint retrieves a list of objects stored within a specific bucket. Replace `{BUCKET_NAME}` with the actual name of the desired bucket

<ParamField path="documentURL" type="string">
  The base URL of the document.
</ParamField>

<ParamField path="internal" type="string">
  A segment of the path that specifies it is an internal call.
</ParamField>

<ParamField path="storage" type="string">
  A segment of the path referring to storage resources.
</ParamField>

<ParamField path="buckets" type="string">
  The particular resource in the storage being accessed.
</ParamField>

<ParamField path="BUCKET_NAME" type="string" required>
  The unique identifier for the storage bucket.
</ParamField>


## Related topics

- [Listing stored files](/4.6.0/docs/platform-deep-dive/plugins/custom-plugins/documents-plugin/listing-stored-files.md)
- [Update environment variables](/release-notes/v5.x/v5.1.x-lts/v5.1.0-october-2025/migrating-from-v4.7.x-to-5.1/environment-variables.md)
- [FlowX CMS setup](/4.6.0/setup-guides/cms-setup.md)
- [Documents plugin setup](/4.6.0/setup-guides/plugins-setup-guide/documents-plugin-setup.md)
- [Partitioning & archiving](/4.6.0/setup-guides/flowx-engine-setup-guide/process-instance-data-archiving.md)
