Skip to main content
GET
/
api
/
v1
/
org
/
user
/
{userUuid}
/
schedulers-summary
Error
A valid request URL is required to generate request examples
{
  "results": {
    "byProject": [
      {
        "count": 123,
        "projectName": "<string>",
        "projectUuid": "<string>"
      }
    ],
    "totalCount": 123
  },
  "status": "ok"
}

Path Parameters

userUuid
string
required

the uuid of the user

Response

Ok

results
object
required
status
enum<string>
required
Available options:
ok