curl --request GET \
--url http://localhost:8080/api/governance/teams{
"teams": [
{
"id": "<string>",
"name": "<string>",
"customer_id": "<string>",
"budget": {
"id": "<string>",
"max_limit": 123,
"reset_duration": "<string>",
"last_reset": "2023-11-07T05:31:56Z",
"current_usage": 123
}
}
],
"count": 123
}Retrieves a list of all teams.
curl --request GET \
--url http://localhost:8080/api/governance/teams{
"teams": [
{
"id": "<string>",
"name": "<string>",
"customer_id": "<string>",
"budget": {
"id": "<string>",
"max_limit": 123,
"reset_duration": "<string>",
"last_reset": "2023-11-07T05:31:56Z",
"current_usage": 123
}
}
],
"count": 123
}Was this page helpful?