Skip to main content
GET
/
inventory
/
transactions
/
consumption
/
export
Consumption report export
curl --request GET \
  --url https://{companyName}.api.joinluminous.com/external/api/v1/inventory/transactions/consumption/export \
  --header 'Authorization: Bearer <token>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.joinluminous.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.

Query Parameters

format
enum<string>
default:xlsx

Export file format

Available options:
csv,
xlsx
group
enum<string>
default:day_product

Aggregation level for the exported data.

Available options:
day_product,
product,
day_product_warehouse,
transaction

Response

CSV or Excel file stream

The response is of type file.