v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBLogs Archives
List read roles for an archive
Returns all read roles a given archive is restricted to.
get/api/v2/logs/config/archives/{archive_id}/readers
Path parameters
archive_idstring required
The ID of the archive.
Response
OK
Example response
{
"data": [
{
"relationships": {
"permissions": {
"data": [
{
"type": "permissions"
}
]
}
},
"type": "roles"
}
]
}