Get Regulation
GET {{host}}/{{version}}/{{workspace_name}}/regulations/1KQVncbOPeRGjRcpuOHdnhDwPn7
Get regulation fetches the information about a previously submitted regulation. You supply the regultion id you got back when you created the regulation request. You get back the status of the regulation, when it was created, when it was finished and the attributes being regulated.
RESPONSES
status: OK
{"workspace_id":"REDACTED","overall_status":"finished","stream_status":[{"id":"REDACTED","destination_status":[{"name":"Segment","id":"segment","status":"finished","err_string":"","finished_at":"0001-01-01T00:00:00Z"}]},{"id":"REDACTED","destination_status":[{"name":"Segment","id":"segment","status":"finished","err_string":"","finished_at":"0001-01-01T00:00:00Z"}]}],"created_at":"2019-04-27T00:12:56Z","finished_at":"2019-04-28T22:50:07Z"}