{ "operationId": "fetchStream", "method": "GET", "path": "/api/v2/databases/{database}/schemas/{schema}/streams/{name}", "summary": "Fetch a Stream", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Fetchstream200Example", "example": { "created_on": "2026-01-15T10:30:00Z", "name": "Example Title", "stream_source": { "src_type": "example_value", "name": "Example Title", "database_name": "example_value", "schema_name": "example_value" }, "comment": "example_value", "database_name": "example_value", "schema_name": "example_value", "owner": "example_value", "table_name": "example_value", "stale": true, "mode": "example_value", "stale_after": "2026-01-15T10:30:00Z", "invalid_reason": "example_value", "owner_role_type": "example_value", "type": "example_value" } } ] }