跳转到主要内容
GET
/
v3beta1
/
enterprise
/
consumption
/
cycles
List Consumption Cycles
curl --request GET \
  --url https://api.devin.ai/v3beta1/enterprise/consumption/cycles
{
  "end_cursor": "<string>",
  "has_next_page": false,
  "items": [
    {
      "after": 123,
      "before": 123
    }
  ],
  "total": 123
}

Query Parameters

after
string | null
first
integer
default:100
Required range: 1 <= x <= 200

Response

items
ConsumptionCycle · object[]
required
end_cursor
string | null
has_next_page
boolean
default:false
total
integer | null