Get detailed Consumption dataAsk AIget https://api-sandbox.yousign.app/v3/consumptions/detailReturns the consumption of your organization over a specified period.Query Paramsafterstringlength ≥ 1After cursor (pagination)limitinteger1 to 100Defaults to 100The limit of items count to retrieve.fromdaterequiredThe starting date for data retrieval.todaterequiredThe end date for data retrieval. The to date must be later than the from date and within one year of the from date.breakdown_typestringenumDefaults to organizationSpecifies how data is grouped. By default, it returns the total consumption for the entire organization. If set to workspace, the data will be grouped by Workspace.organizationworkspaceAllowed:organizationworkspaceworkspace_idsarray of objectsA list of Workspace IDs to filter the results.workspace_idsADD uuidResponses 200Return the detailed consumption. 400Bad request 401Access unauthorized 403Access forbidden 405This method is not allowed 429Too Many Requests, please try again later. 500Internal Server ErrorUpdated 9 days ago