Select a set of alerts from an organization.
Select a set of alerts from an organization.
Authorizations
API key as username in Basic Authorization with
empty password.
Parameters
Path Parameters
UUID of the organization
"uuid"Query Parameters
Only alerts with this grade of severity
Only entities that relates to those users.
Multiple fields can be provided separated by commas.
Negation can be achieved by prefixing a value with !. For example:
!uuid1,uuid2 would include alerts where assignees include uuid2 but not uuid1.
"!683e0589-65a8-48b8-bd90-6ee89e0682ab,11111111-1111-1111-1111-111111111111"Only entities that are not assigned to a user.
Setting this value to false has no effect and is the same as omitting it.
Only alerts with the provided status
Only entities that has a timestamp from this date including
the date.
"2024-04-11T20:31:00Z""date-time"Only entities that has a timestamp up to this timestamp including
the timestamp.
"2024-04-11T21:31:00Z""date-time"Only entities that has a resolved_at timestamp from this date including
the date.
"2024-04-11T20:31:00Z""date-time"Only entities that has a resolved_at timestamp up to this date including
the date.
"2024-04-11T21:31:00Z""date-time"Select alerts where the following attributes match the provided
search query. Match is done using case-insensitive regular
expression search. If string contains a comma or spaces all terms will be
searched and matched.
- title
"fix,ut"Page number to return
1"int64"1Number of elements per page
"int64"110Alerts are sorted with updated_at by default.
Available sorts are:
- created_at[,(asc|desc)
- resolved_at[,(desc|asc)
- updated_at[,(desc|asc)
{
"UpdatedAtDescPathDescExample": {
"Value": [
"updated_at,asc",
"path,desc"
]
}
}Responses
OK