Skip to main content
GET
Get Signal Agent configuration history
Each entry captures a past configuration version that was active during [startDate, endDate). The current, live configuration stays on the Signal Agent itself and is not part of the history.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

watchListId
string
required

Signal Agent id whose history to fetch

Minimum string length: 1
page
integer

Page number to retrieve

Required range: x >= 1
limit
integer

Number of records to retrieve. Maximum value: 100

Required range: 1 <= x <= 100

Response

Success

data
object[]
meta
object