Get the stream's snapshot rule
GET/program/api/v2/streams/:id/snapshot-rule
warning
This endpoint is available in private cloud only. Use your global host URL if self-hosted.
Returns the stream's snapshot rule, or 404 snapshot_rule_not_found
when none is configured.
Request
Responses
- 200
- 403
- 404
- 500
The snapshot rule
Forbidden - Stream belongs to different project
Stream or rule not found (stream_not_found / snapshot_rule_not_found)
Internal Server Error