Skip to main content

List data streams attached to policy

GET 

/api/v1/orgs/{orgId}/alert-policies/{alertPolicyId}/data-streams

Return the data streams currently attached (bound) to the alert policy, paginated.

Parameters

  • alertPolicyId (UUID, required): Alert policy identifier.
  • skipCount (integer, optional, default: 0): Number of records to skip.
  • maxResultCount (integer, optional, default: 10): Maximum records to return.

Responses

  • 200 OK: Returns a paginated list of { deviceId, dataStreamId } pairs currently attached to the policy.
  • 404 Not Found: Alert policy not found in this org.

Request

Responses

OK