Skip to content

Projects visible to the caller (grants included for org admins)

GET
/v1/projects
curl --request GET \
--url https://api.monita.ai/v1/projects \
--header 'Authorization: Bearer <token>'

OK

Media typeapplication/json
object
projects
required
Array<object>
object
id
required
string
name
required
string
description
required
string
nullable
isDefault
required
boolean
domainCount
required
number
myRole
required
string
Allowed values: admin editor viewer
grants
Array<object>
object
userId
required
string
email
required
string
role
required
string
Example
{
"projects": [
{
"myRole": "admin"
}
]
}