Passer au contenu principal
GET
/
v2
/
enterprise
/
consumption
/
cycles
Endpoint des cycles de consommation
curl --request GET \
  --url https://api.devin.ai/v2/enterprise/consumption/cycles \
  --header 'Authorization: Bearer <token>'
[
  {
    "end": "2023-11-07T05:31:56Z",
    "start": "2023-11-07T05:31:56Z"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.devin.ai/llms.txt

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

Nécessite une API key personnelle d’administrateur Enterprise. Retourne une liste de tous les cycles de facturation de votre Enterprise depuis sa création jusqu’à aujourd’hui.

Autorisations

Authorization
string
header
requis

API Key personnelle (apk_user_*) réservée uniquement aux administrateurs Enterprise

Réponse

200 - application/json

Réponse réussie

end
string<date-time>
requis
start
string<date-time>
requis