Returning Log Attributes
Last updated
GET /logs/attributes
Returns a list of log source attribute names, optionally filtered by a name substring. For Standard Registry users only.
Authentication: Bearer token required (Authorization: Bearer <token>)
Permission: Permissions.LOG_LOG_READ
name
string
No
Substring to search within attribute names
existingAttributes
string[]
No
Attributes already selected (excluded from results)
Status: 200 OK
["API_GATEWAY", "WORKER", "GUARDIAN_SERVICE"]401 Unauthorized
Missing or invalid token
403 Forbidden
Insufficient permissions
500 Internal Server Error
Unexpected server failure
Last updated