Find samples
Find a sample or samples. You may query using field filters with asterisk (*) wildcards. You may also optionally specify sort, limit, offset, and a list of fields to include in the response. The global default limit will apply if no limit param is specified.
Query parameters
Comma-delimited list of field names to include in the response.
Specify the sort order using a field name, e.g. '...?sort=name'. Prepend the field name with a minus sign to specify descending order, e.g. '...?sort=-name'.
Maximum number of records to return in the response; also useful for pagination in the UI.
Offset for paginating the response.
Filter by sample name; asterisk (*) wildcards ok.
Filter by sample messageCode; asterisk (*) wildcards ok.
Filter by sample status (Critical|Invalid|Timeout|Warning|Info|OK).
Filter by sample previousStatus (Critical|Invalid|Timeout|Warning|Info|OK).
Filter by sample value (BOOLEAN|NUMERIC|PERCENT).
Response
Success, returns a list of samples.