cURL
curl --request GET \ --url https://api.devin.ai/v3beta1/enterprise/consumption/cycles
{ "items": [ { "before": 123, "after": 123 } ], "end_cursor": "<string>", "has_next_page": false, "total": 123 }
Get paginated billing cycles for the enterprise.
Returns all historical billing cycles from contract start until now.
Show child attributes
Successful Response
Cursor to fetch the next page, or None if this is the last page.
Whether there are more items available after this page.
Optional total count (can be omitted for performance).