Logs 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"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.