# Invoices Chile ## List invoices - [GET /api/cl/invoices/](https://developers.belvo.com/apis/belvoopenapispec/invoices-chile/listinvoiceschile.md): ## ▶️ Usage With the List Invoices method, you can: 1. List invoices related to a specific (using the query parameter). 2. Get the details of a specific (using the query parameter). 3. List all invoices related to your Belvo account (without using any query parameters). ## 📖 Pagination This method returns a paginated response (default: 100 items per page). You can use the query parameter to increase the number of items returned to a maximum of 1000 items. You can use the query parameter to navigate through the results. For more details on how to navigate Belvo's paginated responses, see our Pagination Tips article. ## 🔦 Filtering Responses Please see the query list below for a list of fields that you can filter your responses by. For more information on how to use filters, see our Filtering responses article. ## Retrieve invoices for a link - [POST /api/cl/invoices/](https://developers.belvo.com/apis/belvoopenapispec/invoices-chile/retrieveinvoiceschile.md): Retrieve invoice information from a specific Chilean fiscal link. You can ask for up to one year (365 days) of invoices per request. If you need invoices for more than one year, just make another request. > 📘 Highly Recommended > > We strongly recommend that you use Belvo's header parameter and implement an asynchronous workflow. This will ensure that you do not receive any timeout errors while retrieving invoice data. ## Get an invoice's details - [GET /api/cl/invoices/{id}/](https://developers.belvo.com/apis/belvoopenapispec/invoices-chile/detailinvoicechile.md): Get the details of a specific invoice. ## Delete an invoice - [DELETE /api/cl/invoices/{id}/](https://developers.belvo.com/apis/belvoopenapispec/invoices-chile/destroyinvoicechile.md): Delete a specific invoice from your Belvo account.